Shades of Winter Hazel #D2C687
Tints of Winter Hazel #D2C687
RGB
CMYK
RGB Variations
Color information
#D2C687 (or 0xD2C687) is known color: Winter Hazel. HEX triplet: D2, C6 and 87. RGB value is (210,198,135). Sum of RGB (Red+Green+Blue) = 210+198+135=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 135 (53.12% from 255 or 24.86% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C687 is #2D3978. Grayscale: #C2C2C2. Windows color (decimal): -2963833 or 8898258. OLE color: 8898258.
HSL color Cylindrical-coordinate representation of color #D2C687: hue angle of 50.4º 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 #D2C687 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 135 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.18 |
| HSL | 50.4º | 0.45% | 0.68% | - |
| HSV(B) | 50.4º | 0.36% | 0.82% | - |
| XYZ | 51.15 | 55.84 | 31 | - |
| YUV | 194.41 | 94.48 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 135 | 0 | 0.06 | 0.36 | 0.18 | 50.4 | 0.45 | 0.68 |
| Hex | D2 | C6 | 87 | 0 | 6 | 24 | 12 | 32 | 2D | 44 |
| Octal | 322 | 306 | 207 | 0 | 6 | 44 | 22 | 62 | 55 | 104 |
| Binary | 11010010 | 11000110 | 10000111 | 0 | 110 | 100100 | 10010 | 110010 | 101101 | 1000100 |
Color Harmonies of #D2C687
Complementary color
Monochromatic Colors of #D2C687
Black with #D2C687
Text Example
Text Example
White with #D2C687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C687; }
p { color: rgb(210,198,135); }
H1.HeaderClassName
{
color: #D2C687;
}
.AnyTagClassName
{
color: #D2C687;
}
</style>
background-color css
<style>
a { background-color: #D2C687; }
a { background-color: rgb(210,198,135); }
div.DivClassName
{
background-color: #D2C687;
}
.BgClassName
{
background-color: #D2C687;
}
</style>
border-color css
<style>
span { border-color: #D2C687; }
span { border-color: rgb(210,198,135); }
td.TdClassName
{
border-color: #D2C687;
}
.TagClassName
{
border-color: #D2C687;
}
</style>