Shades of Coconut Cream #DCD9B3
Tints of Coconut Cream #DCD9B3
RGB
CMYK
RGB Variations
Color information
#DCD9B3 (or 0xDCD9B3) is known color: Coconut Cream. HEX triplet: DC, D9 and B3. RGB value is (220,217,179). Sum of RGB (Red+Green+Blue) = 220+217+179=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 179 (70.31% from 255 or 29.06% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9B3 is #23264C. Grayscale: #D5D5D5. Windows color (decimal): -2303565 or 11786716. OLE color: 11786716.
HSL color Cylindrical-coordinate representation of color #DCD9B3: hue angle of 55.61º 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 #DCD9B3 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 179 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.14 |
| HSL | 55.61º | 0.37% | 0.78% | - |
| HSV(B) | 55.61º | 0.19% | 0.86% | - |
| XYZ | 62.46 | 68.1 | 52.5 | - |
| YUV | 213.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 179 | 0 | 0.01 | 0.19 | 0.14 | 55.61 | 0.37 | 0.78 |
| Hex | DC | D9 | B3 | 0 | 1 | 13 | E | 38 | 25 | 4E |
| Octal | 334 | 331 | 263 | 0 | 1 | 23 | 16 | 70 | 45 | 116 |
| Binary | 11011100 | 11011001 | 10110011 | 0 | 1 | 10011 | 1110 | 111000 | 100101 | 1001110 |
Color Harmonies of #DCD9B3
Complementary color
Monochromatic Colors of #DCD9B3
Black with #DCD9B3
Text Example
Text Example
White with #DCD9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9B3; }
p { color: rgb(220,217,179); }
H1.HeaderClassName
{
color: #DCD9B3;
}
.AnyTagClassName
{
color: #DCD9B3;
}
</style>
background-color css
<style>
a { background-color: #DCD9B3; }
a { background-color: rgb(220,217,179); }
div.DivClassName
{
background-color: #DCD9B3;
}
.BgClassName
{
background-color: #DCD9B3;
}
</style>
border-color css
<style>
span { border-color: #DCD9B3; }
span { border-color: rgb(220,217,179); }
td.TdClassName
{
border-color: #DCD9B3;
}
.TagClassName
{
border-color: #DCD9B3;
}
</style>