Shades of Winter Hazel #D2BF87
Tints of Winter Hazel #D2BF87
RGB
CMYK
RGB Variations
Color information
#D2BF87 (or 0xD2BF87) is known color: Winter Hazel. HEX triplet: D2, BF and 87. RGB value is (210,191,135). Sum of RGB (Red+Green+Blue) = 210+191+135=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BF87 is #2D4078. Grayscale: #BEBEBE. Windows color (decimal): -2965625 or 8896466. OLE color: 8896466.
HSL color Cylindrical-coordinate representation of color #D2BF87: hue angle of 44.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 #D2BF87 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 135 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.18 |
| HSL | 44.8º | 0.45% | 0.68% | - |
| HSV(B) | 44.8º | 0.36% | 0.82% | - |
| XYZ | 49.58 | 52.71 | 30.48 | - |
| YUV | 190.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 135 | 0 | 0.09 | 0.36 | 0.18 | 44.8 | 0.45 | 0.68 |
| Hex | D2 | BF | 87 | 0 | 9 | 24 | 12 | 2D | 2D | 44 |
| Octal | 322 | 277 | 207 | 0 | 11 | 44 | 22 | 55 | 55 | 104 |
| Binary | 11010010 | 10111111 | 10000111 | 0 | 1001 | 100100 | 10010 | 101101 | 101101 | 1000100 |
Color Harmonies of #D2BF87
Complementary color
Monochromatic Colors of #D2BF87
Black with #D2BF87
Text Example
Text Example
White with #D2BF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF87; }
p { color: rgb(210,191,135); }
H1.HeaderClassName
{
color: #D2BF87;
}
.AnyTagClassName
{
color: #D2BF87;
}
</style>
background-color css
<style>
a { background-color: #D2BF87; }
a { background-color: rgb(210,191,135); }
div.DivClassName
{
background-color: #D2BF87;
}
.BgClassName
{
background-color: #D2BF87;
}
</style>
border-color css
<style>
span { border-color: #D2BF87; }
span { border-color: rgb(210,191,135); }
td.TdClassName
{
border-color: #D2BF87;
}
.TagClassName
{
border-color: #D2BF87;
}
</style>