Shades of Coconut Cream #DDD7B4
Tints of Coconut Cream #DDD7B4
RGB
CMYK
RGB Variations
Color information
#DDD7B4 (or 0xDDD7B4) is known color: Coconut Cream. HEX triplet: DD, D7 and B4. RGB value is (221,215,180). Sum of RGB (Red+Green+Blue) = 221+215+180=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7B4 is #22284B. Grayscale: #D4D4D4. Windows color (decimal): -2238540 or 11851741. OLE color: 11851741.
HSL color Cylindrical-coordinate representation of color #DDD7B4: hue angle of 51.22º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDD7B4 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 180 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.13 |
| HSL | 51.22º | 0.38% | 0.79% | - |
| HSV(B) | 51.22º | 0.19% | 0.87% | - |
| XYZ | 62.36 | 67.27 | 52.88 | - |
| YUV | 212.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 180 | 0 | 0.03 | 0.19 | 0.13 | 51.22 | 0.38 | 0.79 |
| Hex | DD | D7 | B4 | 0 | 3 | 13 | D | 33 | 26 | 4F |
| Octal | 335 | 327 | 264 | 0 | 3 | 23 | 15 | 63 | 46 | 117 |
| Binary | 11011101 | 11010111 | 10110100 | 0 | 11 | 10011 | 1101 | 110011 | 100110 | 1001111 |
Color Harmonies of #DDD7B4
Complementary color
Monochromatic Colors of #DDD7B4
Black with #DDD7B4
Text Example
Text Example
White with #DDD7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7B4; }
p { color: rgb(221,215,180); }
H1.HeaderClassName
{
color: #DDD7B4;
}
.AnyTagClassName
{
color: #DDD7B4;
}
</style>
background-color css
<style>
a { background-color: #DDD7B4; }
a { background-color: rgb(221,215,180); }
div.DivClassName
{
background-color: #DDD7B4;
}
.BgClassName
{
background-color: #DDD7B4;
}
</style>
border-color css
<style>
span { border-color: #DDD7B4; }
span { border-color: rgb(221,215,180); }
td.TdClassName
{
border-color: #DDD7B4;
}
.TagClassName
{
border-color: #DDD7B4;
}
</style>