Shades of Coconut Cream #DFDCB3
Tints of Coconut Cream #DFDCB3
RGB
CMYK
RGB Variations
Color information
#DFDCB3 (or 0xDFDCB3) is known color: Coconut Cream. HEX triplet: DF, DC and B3. RGB value is (223,220,179). Sum of RGB (Red+Green+Blue) = 223+220+179=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 179 (70.31% from 255 or 28.78% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCB3 is #20234C. Grayscale: #D8D8D8. Windows color (decimal): -2106189 or 11787487. OLE color: 11787487.
HSL color Cylindrical-coordinate representation of color #DFDCB3: hue angle of 55.91º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFDCB3 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 179 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.13 |
| HSL | 55.91º | 0.41% | 0.79% | - |
| HSV(B) | 55.91º | 0.2% | 0.87% | - |
| XYZ | 64.16 | 70.13 | 52.8 | - |
| YUV | 216.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 179 | 0 | 0.01 | 0.20 | 0.13 | 55.91 | 0.41 | 0.79 |
| Hex | DF | DC | B3 | 0 | 1 | 14 | D | 38 | 29 | 4F |
| Octal | 337 | 334 | 263 | 0 | 1 | 24 | 15 | 70 | 51 | 117 |
| Binary | 11011111 | 11011100 | 10110011 | 0 | 1 | 10100 | 1101 | 111000 | 101001 | 1001111 |
Color Harmonies of #DFDCB3
Complementary color
Monochromatic Colors of #DFDCB3
Black with #DFDCB3
Text Example
Text Example
White with #DFDCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCB3; }
p { color: rgb(223,220,179); }
H1.HeaderClassName
{
color: #DFDCB3;
}
.AnyTagClassName
{
color: #DFDCB3;
}
</style>
background-color css
<style>
a { background-color: #DFDCB3; }
a { background-color: rgb(223,220,179); }
div.DivClassName
{
background-color: #DFDCB3;
}
.BgClassName
{
background-color: #DFDCB3;
}
</style>
border-color css
<style>
span { border-color: #DFDCB3; }
span { border-color: rgb(223,220,179); }
td.TdClassName
{
border-color: #DFDCB3;
}
.TagClassName
{
border-color: #DFDCB3;
}
</style>