Shades of Coconut Cream #DDD7BA
Tints of Coconut Cream #DDD7BA
RGB
CMYK
RGB Variations
Color information
#DDD7BA (or 0xDDD7BA) is known color: Coconut Cream. HEX triplet: DD, D7 and BA. RGB value is (221,215,186). Sum of RGB (Red+Green+Blue) = 221+215+186=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7BA is #222845. Grayscale: #D5D5D5. Windows color (decimal): -2238534 or 12244957. OLE color: 12244957.
HSL color Cylindrical-coordinate representation of color #DDD7BA: hue angle of 49.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDD7BA is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 186 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.13 |
| HSL | 49.71º | 0.34% | 0.8% | - |
| HSV(B) | 49.71º | 0.16% | 0.87% | - |
| XYZ | 62.98 | 67.52 | 56.17 | - |
| YUV | 213.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 186 | 0 | 0.03 | 0.16 | 0.13 | 49.71 | 0.34 | 0.8 |
| Hex | DD | D7 | BA | 0 | 3 | 10 | D | 32 | 22 | 50 |
| Octal | 335 | 327 | 272 | 0 | 3 | 20 | 15 | 62 | 42 | 120 |
| Binary | 11011101 | 11010111 | 10111010 | 0 | 11 | 10000 | 1101 | 110010 | 100010 | 1010000 |
Color Harmonies of #DDD7BA
Complementary color
Monochromatic Colors of #DDD7BA
Black with #DDD7BA
Text Example
Text Example
White with #DDD7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7BA; }
p { color: rgb(221,215,186); }
H1.HeaderClassName
{
color: #DDD7BA;
}
.AnyTagClassName
{
color: #DDD7BA;
}
</style>
background-color css
<style>
a { background-color: #DDD7BA; }
a { background-color: rgb(221,215,186); }
div.DivClassName
{
background-color: #DDD7BA;
}
.BgClassName
{
background-color: #DDD7BA;
}
</style>
border-color css
<style>
span { border-color: #DDD7BA; }
span { border-color: rgb(221,215,186); }
td.TdClassName
{
border-color: #DDD7BA;
}
.TagClassName
{
border-color: #DDD7BA;
}
</style>