Shades of Coconut Cream #DDD7B2
Tints of Coconut Cream #DDD7B2
RGB
CMYK
RGB Variations
Color information
#DDD7B2 (or 0xDDD7B2) is known color: Coconut Cream. HEX triplet: DD, D7 and B2. RGB value is (221,215,178). Sum of RGB (Red+Green+Blue) = 221+215+178=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD7B2 is #22284D. Grayscale: #D4D4D4. Windows color (decimal): -2238542 or 11720669. OLE color: 11720669.
HSL color Cylindrical-coordinate representation of color #DDD7B2: hue angle of 51.63º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDD7B2 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 178 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.13 |
| HSL | 51.63º | 0.39% | 0.78% | - |
| HSV(B) | 51.63º | 0.19% | 0.87% | - |
| XYZ | 62.16 | 67.19 | 51.81 | - |
| YUV | 212.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 178 | 0 | 0.03 | 0.19 | 0.13 | 51.63 | 0.39 | 0.78 |
| Hex | DD | D7 | B2 | 0 | 3 | 13 | D | 34 | 27 | 4E |
| Octal | 335 | 327 | 262 | 0 | 3 | 23 | 15 | 64 | 47 | 116 |
| Binary | 11011101 | 11010111 | 10110010 | 0 | 11 | 10011 | 1101 | 110100 | 100111 | 1001110 |
Color Harmonies of #DDD7B2
Complementary color
Monochromatic Colors of #DDD7B2
Black with #DDD7B2
Text Example
Text Example
White with #DDD7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7B2; }
p { color: rgb(221,215,178); }
H1.HeaderClassName
{
color: #DDD7B2;
}
.AnyTagClassName
{
color: #DDD7B2;
}
</style>
background-color css
<style>
a { background-color: #DDD7B2; }
a { background-color: rgb(221,215,178); }
div.DivClassName
{
background-color: #DDD7B2;
}
.BgClassName
{
background-color: #DDD7B2;
}
</style>
border-color css
<style>
span { border-color: #DDD7B2; }
span { border-color: rgb(221,215,178); }
td.TdClassName
{
border-color: #DDD7B2;
}
.TagClassName
{
border-color: #DDD7B2;
}
</style>