Shades of Coconut Cream #DFD5B2
Tints of Coconut Cream #DFD5B2
RGB
CMYK
RGB Variations
Color information
#DFD5B2 (or 0xDFD5B2) is known color: Coconut Cream. HEX triplet: DF, D5 and B2. RGB value is (223,213,178). Sum of RGB (Red+Green+Blue) = 223+213+178=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD5B2 is #202A4D. Grayscale: #D4D4D4. Windows color (decimal): -2107982 or 11720159. OLE color: 11720159.
HSL color Cylindrical-coordinate representation of color #DFD5B2: hue angle of 46.67º 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 #DFD5B2 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 178 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.13 |
| HSL | 46.67º | 0.41% | 0.79% | - |
| HSV(B) | 46.67º | 0.2% | 0.87% | - |
| XYZ | 62.26 | 66.49 | 51.67 | - |
| YUV | 212 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 178 | 0 | 0.04 | 0.20 | 0.13 | 46.67 | 0.41 | 0.79 |
| Hex | DF | D5 | B2 | 0 | 4 | 14 | D | 2F | 29 | 4F |
| Octal | 337 | 325 | 262 | 0 | 4 | 24 | 15 | 57 | 51 | 117 |
| Binary | 11011111 | 11010101 | 10110010 | 0 | 100 | 10100 | 1101 | 101111 | 101001 | 1001111 |
Color Harmonies of #DFD5B2
Complementary color
Monochromatic Colors of #DFD5B2
Black with #DFD5B2
Text Example
Text Example
White with #DFD5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5B2; }
p { color: rgb(223,213,178); }
H1.HeaderClassName
{
color: #DFD5B2;
}
.AnyTagClassName
{
color: #DFD5B2;
}
</style>
background-color css
<style>
a { background-color: #DFD5B2; }
a { background-color: rgb(223,213,178); }
div.DivClassName
{
background-color: #DFD5B2;
}
.BgClassName
{
background-color: #DFD5B2;
}
</style>
border-color css
<style>
span { border-color: #DFD5B2; }
span { border-color: rgb(223,213,178); }
td.TdClassName
{
border-color: #DFD5B2;
}
.TagClassName
{
border-color: #DFD5B2;
}
</style>