Shades of Coconut Cream #DFDCB4
Tints of Coconut Cream #DFDCB4
RGB
CMYK
RGB Variations
Color information
#DFDCB4 (or 0xDFDCB4) is known color: Coconut Cream. HEX triplet: DF, DC and B4. RGB value is (223,220,180). Sum of RGB (Red+Green+Blue) = 223+220+180=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCB4 is #20234B. Grayscale: #D8D8D8. Windows color (decimal): -2106188 or 11853023. OLE color: 11853023.
HSL color Cylindrical-coordinate representation of color #DFDCB4: hue angle of 55.81º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFDCB4 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 180 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.13 |
| HSL | 55.81º | 0.4% | 0.79% | - |
| HSV(B) | 55.81º | 0.19% | 0.87% | - |
| XYZ | 64.26 | 70.17 | 53.34 | - |
| YUV | 216.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 180 | 0 | 0.01 | 0.19 | 0.13 | 55.81 | 0.4 | 0.79 |
| Hex | DF | DC | B4 | 0 | 1 | 13 | D | 38 | 28 | 4F |
| Octal | 337 | 334 | 264 | 0 | 1 | 23 | 15 | 70 | 50 | 117 |
| Binary | 11011111 | 11011100 | 10110100 | 0 | 1 | 10011 | 1101 | 111000 | 101000 | 1001111 |
Color Harmonies of #DFDCB4
Complementary color
Monochromatic Colors of #DFDCB4
Black with #DFDCB4
Text Example
Text Example
White with #DFDCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCB4; }
p { color: rgb(223,220,180); }
H1.HeaderClassName
{
color: #DFDCB4;
}
.AnyTagClassName
{
color: #DFDCB4;
}
</style>
background-color css
<style>
a { background-color: #DFDCB4; }
a { background-color: rgb(223,220,180); }
div.DivClassName
{
background-color: #DFDCB4;
}
.BgClassName
{
background-color: #DFDCB4;
}
</style>
border-color css
<style>
span { border-color: #DFDCB4; }
span { border-color: rgb(223,220,180); }
td.TdClassName
{
border-color: #DFDCB4;
}
.TagClassName
{
border-color: #DFDCB4;
}
</style>