Shades of Winter Hazel #D2C079
Tints of Winter Hazel #D2C079
RGB
CMYK
RGB Variations
Color information
#D2C079 (or 0xD2C079) is known color: Winter Hazel. HEX triplet: D2, C0 and 79. RGB value is (210,192,121). Sum of RGB (Red+Green+Blue) = 210+192+121=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C079 is #2D3F86. Grayscale: #BDBDBD. Windows color (decimal): -2965383 or 7979218. OLE color: 7979218.
HSL color Cylindrical-coordinate representation of color #D2C079: hue angle of 47.87º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2C079 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 121 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.18 |
| HSL | 47.87º | 0.5% | 0.65% | - |
| HSV(B) | 47.87º | 0.42% | 0.82% | - |
| XYZ | 48.88 | 52.78 | 25.7 | - |
| YUV | 189.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 121 | 0 | 0.09 | 0.42 | 0.18 | 47.87 | 0.5 | 0.65 |
| Hex | D2 | C0 | 79 | 0 | 9 | 2A | 12 | 30 | 32 | 41 |
| Octal | 322 | 300 | 171 | 0 | 11 | 52 | 22 | 60 | 62 | 101 |
| Binary | 11010010 | 11000000 | 1111001 | 0 | 1001 | 101010 | 10010 | 110000 | 110010 | 1000001 |
Color Harmonies of #D2C079
Complementary color
Monochromatic Colors of #D2C079
Black with #D2C079
Text Example
Text Example
White with #D2C079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C079; }
p { color: rgb(210,192,121); }
H1.HeaderClassName
{
color: #D2C079;
}
.AnyTagClassName
{
color: #D2C079;
}
</style>
background-color css
<style>
a { background-color: #D2C079; }
a { background-color: rgb(210,192,121); }
div.DivClassName
{
background-color: #D2C079;
}
.BgClassName
{
background-color: #D2C079;
}
</style>
border-color css
<style>
span { border-color: #D2C079; }
span { border-color: rgb(210,192,121); }
td.TdClassName
{
border-color: #D2C079;
}
.TagClassName
{
border-color: #D2C079;
}
</style>