Shades of Winter Hazel #D2C080
Tints of Winter Hazel #D2C080
RGB
CMYK
RGB Variations
Color information
#D2C080 (or 0xD2C080) is known color: Winter Hazel. HEX triplet: D2, C0 and 80. RGB value is (210,192,128). Sum of RGB (Red+Green+Blue) = 210+192+128=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C080 is #2D3F7F. Grayscale: #BEBEBE. Windows color (decimal): -2965376 or 8437970. OLE color: 8437970.
HSL color Cylindrical-coordinate representation of color #D2C080: hue angle of 46.83º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2C080 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 128 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.18 |
| HSL | 46.83º | 0.48% | 0.66% | - |
| HSV(B) | 46.83º | 0.39% | 0.82% | - |
| XYZ | 49.32 | 52.96 | 28.04 | - |
| YUV | 190.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 128 | 0 | 0.09 | 0.39 | 0.18 | 46.83 | 0.48 | 0.66 |
| Hex | D2 | C0 | 80 | 0 | 9 | 27 | 12 | 2F | 30 | 42 |
| Octal | 322 | 300 | 200 | 0 | 11 | 47 | 22 | 57 | 60 | 102 |
| Binary | 11010010 | 11000000 | 10000000 | 0 | 1001 | 100111 | 10010 | 101111 | 110000 | 1000010 |
Color Harmonies of #D2C080
Complementary color
Monochromatic Colors of #D2C080
Black with #D2C080
Text Example
Text Example
White with #D2C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C080; }
p { color: rgb(210,192,128); }
H1.HeaderClassName
{
color: #D2C080;
}
.AnyTagClassName
{
color: #D2C080;
}
</style>
background-color css
<style>
a { background-color: #D2C080; }
a { background-color: rgb(210,192,128); }
div.DivClassName
{
background-color: #D2C080;
}
.BgClassName
{
background-color: #D2C080;
}
</style>
border-color css
<style>
span { border-color: #D2C080; }
span { border-color: rgb(210,192,128); }
td.TdClassName
{
border-color: #D2C080;
}
.TagClassName
{
border-color: #D2C080;
}
</style>