Shades of Winter Hazel #D4CB85
Tints of Winter Hazel #D4CB85
RGB
CMYK
RGB Variations
Color information
#D4CB85 (or 0xD4CB85) is known color: Winter Hazel. HEX triplet: D4, CB and 85. RGB value is (212,203,133). Sum of RGB (Red+Green+Blue) = 212+203+133=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CB85 is #2B347A. Grayscale: #C6C6C6. Windows color (decimal): -2831483 or 8768468. OLE color: 8768468.
HSL color Cylindrical-coordinate representation of color #D4CB85: hue angle of 53.16º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4CB85 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 133 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.17 |
| HSL | 53.16º | 0.48% | 0.68% | - |
| HSV(B) | 53.16º | 0.37% | 0.83% | - |
| XYZ | 52.74 | 58.4 | 30.68 | - |
| YUV | 197.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 133 | 0 | 0.04 | 0.37 | 0.17 | 53.16 | 0.48 | 0.68 |
| Hex | D4 | CB | 85 | 0 | 4 | 25 | 11 | 35 | 30 | 44 |
| Octal | 324 | 313 | 205 | 0 | 4 | 45 | 21 | 65 | 60 | 104 |
| Binary | 11010100 | 11001011 | 10000101 | 0 | 100 | 100101 | 10001 | 110101 | 110000 | 1000100 |
Color Harmonies of #D4CB85
Complementary color
Monochromatic Colors of #D4CB85
Black with #D4CB85
Text Example
Text Example
White with #D4CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB85; }
p { color: rgb(212,203,133); }
H1.HeaderClassName
{
color: #D4CB85;
}
.AnyTagClassName
{
color: #D4CB85;
}
</style>
background-color css
<style>
a { background-color: #D4CB85; }
a { background-color: rgb(212,203,133); }
div.DivClassName
{
background-color: #D4CB85;
}
.BgClassName
{
background-color: #D4CB85;
}
</style>
border-color css
<style>
span { border-color: #D4CB85; }
span { border-color: rgb(212,203,133); }
td.TdClassName
{
border-color: #D4CB85;
}
.TagClassName
{
border-color: #D4CB85;
}
</style>