Shades of Coconut Cream #DCD6B9
Tints of Coconut Cream #DCD6B9
RGB
CMYK
RGB Variations
Color information
#DCD6B9 (or 0xDCD6B9) is known color: Coconut Cream. HEX triplet: DC, D6 and B9. RGB value is (220,214,185). Sum of RGB (Red+Green+Blue) = 220+214+185=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6B9 is #232946. Grayscale: #D4D4D4. Windows color (decimal): -2304327 or 12179164. OLE color: 12179164.
HSL color Cylindrical-coordinate representation of color #DCD6B9: hue angle of 49.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCD6B9 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 185 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.14 |
| HSL | 49.71º | 0.33% | 0.79% | - |
| HSV(B) | 49.71º | 0.16% | 0.86% | - |
| XYZ | 62.32 | 66.81 | 55.51 | - |
| YUV | 212.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 185 | 0 | 0.03 | 0.16 | 0.14 | 49.71 | 0.33 | 0.79 |
| Hex | DC | D6 | B9 | 0 | 3 | 10 | E | 32 | 21 | 4F |
| Octal | 334 | 326 | 271 | 0 | 3 | 20 | 16 | 62 | 41 | 117 |
| Binary | 11011100 | 11010110 | 10111001 | 0 | 11 | 10000 | 1110 | 110010 | 100001 | 1001111 |
Color Harmonies of #DCD6B9
Complementary color
Monochromatic Colors of #DCD6B9
Black with #DCD6B9
Text Example
Text Example
White with #DCD6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6B9; }
p { color: rgb(220,214,185); }
H1.HeaderClassName
{
color: #DCD6B9;
}
.AnyTagClassName
{
color: #DCD6B9;
}
</style>
background-color css
<style>
a { background-color: #DCD6B9; }
a { background-color: rgb(220,214,185); }
div.DivClassName
{
background-color: #DCD6B9;
}
.BgClassName
{
background-color: #DCD6B9;
}
</style>
border-color css
<style>
span { border-color: #DCD6B9; }
span { border-color: rgb(220,214,185); }
td.TdClassName
{
border-color: #DCD6B9;
}
.TagClassName
{
border-color: #DCD6B9;
}
</style>