Shades of Winter Hazel #D2C787
Tints of Winter Hazel #D2C787
RGB
CMYK
RGB Variations
Color information
#D2C787 (or 0xD2C787) is known color: Winter Hazel. HEX triplet: D2, C7 and 87. RGB value is (210,199,135). Sum of RGB (Red+Green+Blue) = 210+199+135=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 135 (53.12% from 255 or 24.82% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C787 is #2D3878. Grayscale: #C3C3C3. Windows color (decimal): -2963577 or 8898514. OLE color: 8898514.
HSL color Cylindrical-coordinate representation of color #D2C787: hue angle of 51.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 #D2C787 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 199 | 135 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.18 |
| HSL | 51.2º | 0.45% | 0.68% | - |
| HSV(B) | 51.2º | 0.36% | 0.82% | - |
| XYZ | 51.37 | 56.3 | 31.08 | - |
| YUV | 194.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 199 | 135 | 0 | 0.05 | 0.36 | 0.18 | 51.2 | 0.45 | 0.68 |
| Hex | D2 | C7 | 87 | 0 | 5 | 24 | 12 | 33 | 2D | 44 |
| Octal | 322 | 307 | 207 | 0 | 5 | 44 | 22 | 63 | 55 | 104 |
| Binary | 11010010 | 11000111 | 10000111 | 0 | 101 | 100100 | 10010 | 110011 | 101101 | 1000100 |
Color Harmonies of #D2C787
Complementary color
Monochromatic Colors of #D2C787
Black with #D2C787
Text Example
Text Example
White with #D2C787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C787; }
p { color: rgb(210,199,135); }
H1.HeaderClassName
{
color: #D2C787;
}
.AnyTagClassName
{
color: #D2C787;
}
</style>
background-color css
<style>
a { background-color: #D2C787; }
a { background-color: rgb(210,199,135); }
div.DivClassName
{
background-color: #D2C787;
}
.BgClassName
{
background-color: #D2C787;
}
</style>
border-color css
<style>
span { border-color: #D2C787; }
span { border-color: rgb(210,199,135); }
td.TdClassName
{
border-color: #D2C787;
}
.TagClassName
{
border-color: #D2C787;
}
</style>