Shades of Winter Hazel #D2C987
Tints of Winter Hazel #D2C987
RGB
CMYK
RGB Variations
Color information
#D2C987 (or 0xD2C987) is known color: Winter Hazel. HEX triplet: D2, C9 and 87. RGB value is (210,201,135). Sum of RGB (Red+Green+Blue) = 210+201+135=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 135 (53.12% from 255 or 24.73% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C987 is #2D3678. Grayscale: #C4C4C4. Windows color (decimal): -2963065 or 8899026. OLE color: 8899026.
HSL color Cylindrical-coordinate representation of color #D2C987: hue angle of 52.8º 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 #D2C987 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 135 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.18 |
| HSL | 52.8º | 0.45% | 0.68% | - |
| HSV(B) | 52.8º | 0.36% | 0.82% | - |
| XYZ | 51.84 | 57.22 | 31.23 | - |
| YUV | 196.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 135 | 0 | 0.04 | 0.36 | 0.18 | 52.8 | 0.45 | 0.68 |
| Hex | D2 | C9 | 87 | 0 | 4 | 24 | 12 | 35 | 2D | 44 |
| Octal | 322 | 311 | 207 | 0 | 4 | 44 | 22 | 65 | 55 | 104 |
| Binary | 11010010 | 11001001 | 10000111 | 0 | 100 | 100100 | 10010 | 110101 | 101101 | 1000100 |
Color Harmonies of #D2C987
Complementary color
Monochromatic Colors of #D2C987
Black with #D2C987
Text Example
Text Example
White with #D2C987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C987; }
p { color: rgb(210,201,135); }
H1.HeaderClassName
{
color: #D2C987;
}
.AnyTagClassName
{
color: #D2C987;
}
</style>
background-color css
<style>
a { background-color: #D2C987; }
a { background-color: rgb(210,201,135); }
div.DivClassName
{
background-color: #D2C987;
}
.BgClassName
{
background-color: #D2C987;
}
</style>
border-color css
<style>
span { border-color: #D2C987; }
span { border-color: rgb(210,201,135); }
td.TdClassName
{
border-color: #D2C987;
}
.TagClassName
{
border-color: #D2C987;
}
</style>