#DDCC99 Desert Temple
#DDCC99 (Desert Temple) RGB value is (221, 204, 153).
Red value is 221, green value is 204, and blue value is 153.
Cylindrical-coordinate representations (HSL) of color #DDCC99: hue: 45°, saturation: 50%, and lightness: 73.3%.
Process color (CMYK) of #DDCC99 is 0%, 7.7%, 30.8%, 13.3%. Web safe color equivalent of #DDCC99 is ##CCCC99. Color #DDCC99 contains mainly Yellow.
Color Spaces
| Color spaces of #DDCC99 | Value |
|---|---|
| RGB | 221, 204, 153 |
| HSL | 45°, 50%, 73.3% |
| HSV / HSB | 45°, 30.8%, 86.7% |
| CMYK | 0%, 7.7%, 30.8%, 13.3% |
| XYZ | 57.16, 60.86, 38.87 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011101 | 11001100 | 10011001 |
| Octal | 335 | 314 | 231 |
| Decimal | 221 | 204 | 153 |
| Hex | DD | CC | 99 |
Shades of #DDCC99
Tints of #DDCC99
.mybgColor { background-color: #DDCC99; }
.myforeColor { color: #DDCC99; }
.myborderColor { border: 3px solid #DDCC99; }
<p style="color:#DDCC99">Text here</p>
This sample text is styled with font color #DDCC99. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#DDCC99">Div content here</div>
<div style="border:3px solid #DDCC99">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221, 204, 153, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #DDCC99; }
.divShadow { -moz-box-shadow: 1px 1px 3px #DDCC99;
-webkit-box-shadow: 1px 1px 3px #DDCC99;
box-shadow: 1px 1px 3px #DDCC99; }
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 #DDCC99 (Desert Temple)
Color Overview & Profile: Color #DDCC99, also known as Desert Temple, 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 60% Blue (153/255). The primary color family component is Yellow.
Print & Physical Production Specs: For physical print production and offset printing setups, #DDCC99 translates into the CMYK subtractive color model with values of 0% Cyan, 7.7% Magenta, 30.8% Yellow, and 13.3% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 45°, saturation of 50%, and lightness of 73.3%.
Web Accessibility & Design Recommendations: When implementing #DDCC99 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.
