Shades of Coconut Cream #DCD7B5
Tints of Coconut Cream #DCD7B5
RGB
CMYK
RGB Variations
Color information
#DCD7B5 (or 0xDCD7B5) is known color: Coconut Cream. HEX triplet: DC, D7 and B5. RGB value is (220,215,181). Sum of RGB (Red+Green+Blue) = 220+215+181=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 181 (71.09% from 255 or 29.38% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7B5 is #23284A. Grayscale: #D4D4D4. Windows color (decimal): -2304075 or 11917276. OLE color: 11917276.
HSL color Cylindrical-coordinate representation of color #DCD7B5: hue angle of 52.31º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCD7B5 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 181 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.14 |
| HSL | 52.31º | 0.36% | 0.79% | - |
| HSV(B) | 52.31º | 0.18% | 0.86% | - |
| XYZ | 62.16 | 67.15 | 53.4 | - |
| YUV | 212.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 181 | 0 | 0.02 | 0.18 | 0.14 | 52.31 | 0.36 | 0.79 |
| Hex | DC | D7 | B5 | 0 | 2 | 12 | E | 34 | 24 | 4F |
| Octal | 334 | 327 | 265 | 0 | 2 | 22 | 16 | 64 | 44 | 117 |
| Binary | 11011100 | 11010111 | 10110101 | 0 | 10 | 10010 | 1110 | 110100 | 100100 | 1001111 |
Color Harmonies of #DCD7B5
Complementary color
Monochromatic Colors of #DCD7B5
Black with #DCD7B5
Text Example
Text Example
White with #DCD7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7B5; }
p { color: rgb(220,215,181); }
H1.HeaderClassName
{
color: #DCD7B5;
}
.AnyTagClassName
{
color: #DCD7B5;
}
</style>
background-color css
<style>
a { background-color: #DCD7B5; }
a { background-color: rgb(220,215,181); }
div.DivClassName
{
background-color: #DCD7B5;
}
.BgClassName
{
background-color: #DCD7B5;
}
</style>
border-color css
<style>
span { border-color: #DCD7B5; }
span { border-color: rgb(220,215,181); }
td.TdClassName
{
border-color: #DCD7B5;
}
.TagClassName
{
border-color: #DCD7B5;
}
</style>