Shades of Coconut Cream #DCD6B4
Tints of Coconut Cream #DCD6B4
RGB
CMYK
RGB Variations
Color information
#DCD6B4 (or 0xDCD6B4) is known color: Coconut Cream. HEX triplet: DC, D6 and B4. RGB value is (220,214,180). Sum of RGB (Red+Green+Blue) = 220+214+180=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6B4 is #23294B. Grayscale: #D4D4D4. Windows color (decimal): -2304332 or 11851484. OLE color: 11851484.
HSL color Cylindrical-coordinate representation of color #DCD6B4: hue angle of 51º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCD6B4 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 180 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.14 |
| HSL | 51º | 0.36% | 0.78% | - |
| HSV(B) | 51º | 0.18% | 0.86% | - |
| XYZ | 61.8 | 66.6 | 52.78 | - |
| YUV | 211.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 180 | 0 | 0.03 | 0.18 | 0.14 | 51 | 0.36 | 0.78 |
| Hex | DC | D6 | B4 | 0 | 3 | 12 | E | 33 | 24 | 4E |
| Octal | 334 | 326 | 264 | 0 | 3 | 22 | 16 | 63 | 44 | 116 |
| Binary | 11011100 | 11010110 | 10110100 | 0 | 11 | 10010 | 1110 | 110011 | 100100 | 1001110 |
Color Harmonies of #DCD6B4
Complementary color
Monochromatic Colors of #DCD6B4
Black with #DCD6B4
Text Example
Text Example
White with #DCD6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6B4; }
p { color: rgb(220,214,180); }
H1.HeaderClassName
{
color: #DCD6B4;
}
.AnyTagClassName
{
color: #DCD6B4;
}
</style>
background-color css
<style>
a { background-color: #DCD6B4; }
a { background-color: rgb(220,214,180); }
div.DivClassName
{
background-color: #DCD6B4;
}
.BgClassName
{
background-color: #DCD6B4;
}
</style>
border-color css
<style>
span { border-color: #DCD6B4; }
span { border-color: rgb(220,214,180); }
td.TdClassName
{
border-color: #DCD6B4;
}
.TagClassName
{
border-color: #DCD6B4;
}
</style>