Shades of Winter Hazel #D2CC87
Tints of Winter Hazel #D2CC87
RGB
CMYK
RGB Variations
Color information
#D2CC87 (or 0xD2CC87) is known color: Winter Hazel. HEX triplet: D2, CC and 87. RGB value is (210,204,135). Sum of RGB (Red+Green+Blue) = 210+204+135=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 135 (53.12% from 255 or 24.59% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CC87 is #2D3378. Grayscale: #C6C6C6. Windows color (decimal): -2962297 or 8899794. OLE color: 8899794.
HSL color Cylindrical-coordinate representation of color #D2CC87: hue angle of 55.2º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2CC87 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 135 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.18 |
| HSL | 55.2º | 0.45% | 0.68% | - |
| HSV(B) | 55.2º | 0.36% | 0.82% | - |
| XYZ | 52.54 | 58.64 | 31.47 | - |
| YUV | 197.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 135 | 0 | 0.03 | 0.36 | 0.18 | 55.2 | 0.45 | 0.68 |
| Hex | D2 | CC | 87 | 0 | 3 | 24 | 12 | 37 | 2D | 44 |
| Octal | 322 | 314 | 207 | 0 | 3 | 44 | 22 | 67 | 55 | 104 |
| Binary | 11010010 | 11001100 | 10000111 | 0 | 11 | 100100 | 10010 | 110111 | 101101 | 1000100 |
Color Harmonies of #D2CC87
Complementary color
Monochromatic Colors of #D2CC87
Black with #D2CC87
Text Example
Text Example
White with #D2CC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC87; }
p { color: rgb(210,204,135); }
H1.HeaderClassName
{
color: #D2CC87;
}
.AnyTagClassName
{
color: #D2CC87;
}
</style>
background-color css
<style>
a { background-color: #D2CC87; }
a { background-color: rgb(210,204,135); }
div.DivClassName
{
background-color: #D2CC87;
}
.BgClassName
{
background-color: #D2CC87;
}
</style>
border-color css
<style>
span { border-color: #D2CC87; }
span { border-color: rgb(210,204,135); }
td.TdClassName
{
border-color: #D2CC87;
}
.TagClassName
{
border-color: #D2CC87;
}
</style>