Shades of Coconut Cream #DCD7B3
Tints of Coconut Cream #DCD7B3
RGB
CMYK
RGB Variations
Color information
#DCD7B3 (or 0xDCD7B3) is known color: Coconut Cream. HEX triplet: DC, D7 and B3. RGB value is (220,215,179). Sum of RGB (Red+Green+Blue) = 220+215+179=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 179 (70.31% from 255 or 29.15% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7B3 is #23284C. Grayscale: #D4D4D4. Windows color (decimal): -2304077 or 11786204. OLE color: 11786204.
HSL color Cylindrical-coordinate representation of color #DCD7B3: hue angle of 52.68º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCD7B3 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 179 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.14 |
| HSL | 52.68º | 0.37% | 0.78% | - |
| HSV(B) | 52.68º | 0.19% | 0.86% | - |
| XYZ | 61.95 | 67.07 | 52.33 | - |
| YUV | 212.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 179 | 0 | 0.02 | 0.19 | 0.14 | 52.68 | 0.37 | 0.78 |
| Hex | DC | D7 | B3 | 0 | 2 | 13 | E | 35 | 25 | 4E |
| Octal | 334 | 327 | 263 | 0 | 2 | 23 | 16 | 65 | 45 | 116 |
| Binary | 11011100 | 11010111 | 10110011 | 0 | 10 | 10011 | 1110 | 110101 | 100101 | 1001110 |
Color Harmonies of #DCD7B3
Complementary color
Monochromatic Colors of #DCD7B3
Black with #DCD7B3
Text Example
Text Example
White with #DCD7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7B3; }
p { color: rgb(220,215,179); }
H1.HeaderClassName
{
color: #DCD7B3;
}
.AnyTagClassName
{
color: #DCD7B3;
}
</style>
background-color css
<style>
a { background-color: #DCD7B3; }
a { background-color: rgb(220,215,179); }
div.DivClassName
{
background-color: #DCD7B3;
}
.BgClassName
{
background-color: #DCD7B3;
}
</style>
border-color css
<style>
span { border-color: #DCD7B3; }
span { border-color: rgb(220,215,179); }
td.TdClassName
{
border-color: #DCD7B3;
}
.TagClassName
{
border-color: #DCD7B3;
}
</style>