#DDCC88 Master Key
#DDCC88 (Master Key) RGB value is (221, 204, 136).
Red value is 221, green value is 204, and blue value is 136.
Cylindrical-coordinate representations (HSL) of color #DDCC88: hue: 48°, saturation: 55.6%, and lightness: 70%.
Process color (CMYK) of #DDCC88 is 0%, 7.7%, 38.5%, 13.3%. Web safe color equivalent of #DDCC88 is ##CCCC99. Color #DDCC88 contains mainly Yellow.
Color Spaces
| Color spaces of #DDCC88 | Value |
|---|---|
| RGB | 221, 204, 136 |
| HSL | 48°, 55.6%, 70% |
| HSV / HSB | 48°, 38.5%, 86.7% |
| CMYK | 0%, 7.7%, 38.5%, 13.3% |
| XYZ | 55.86, 60.34, 31.99 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011101 | 11001100 | 10001000 |
| Octal | 335 | 314 | 210 |
| Decimal | 221 | 204 | 136 |
| Hex | DD | CC | 88 |
Shades of #DDCC88
Tints of #DDCC88
.mybgColor { background-color: #DDCC88; }
.myforeColor { color: #DDCC88; }
.myborderColor { border: 3px solid #DDCC88; }
<p style="color:#DDCC88">Text here</p>
This sample text is styled with font color #DDCC88. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#DDCC88">Div content here</div>
<div style="border:3px solid #DDCC88">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221, 204, 136, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #DDCC88; }
.divShadow { -moz-box-shadow: 1px 1px 3px #DDCC88;
-webkit-box-shadow: 1px 1px 3px #DDCC88;
box-shadow: 1px 1px 3px #DDCC88; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #DDCC88 (Master Key)
Color Overview & Profile: Color #DDCC88, also known as Master Key, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 87% Red (221/255), 80% Green (204/255), and 53% Blue (136/255). The primary color family component is Yellow.
Print & Physical Production Specs: For physical print production and offset printing setups, #DDCC88 translates into the CMYK subtractive color model with values of 0% Cyan, 7.7% Magenta, 38.5% Yellow, and 13.3% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 48°, saturation of 55.6%, and lightness of 70%.
Web Accessibility & Design Recommendations: When implementing #DDCC88 in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##CCCC99.
