Shades of Winter Hazel #D0C082
Tints of Winter Hazel #D0C082
RGB
CMYK
RGB Variations
Color information
#D0C082 (or 0xD0C082) is known color: Winter Hazel. HEX triplet: D0, C0 and 82. RGB value is (208,192,130). Sum of RGB (Red+Green+Blue) = 208+192+130=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C082 is #2F3F7D. Grayscale: #BDBDBD. Windows color (decimal): -3096446 or 8569040. OLE color: 8569040.
HSL color Cylindrical-coordinate representation of color #D0C082: hue angle of 47.69º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0C082 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 130 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.18 |
| HSL | 47.69º | 0.45% | 0.66% | - |
| HSV(B) | 47.69º | 0.38% | 0.82% | - |
| XYZ | 48.89 | 52.72 | 28.72 | - |
| YUV | 189.72 | 94.3 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 130 | 0 | 0.08 | 0.38 | 0.18 | 47.69 | 0.45 | 0.66 |
| Hex | D0 | C0 | 82 | 0 | 8 | 26 | 12 | 30 | 2D | 42 |
| Octal | 320 | 300 | 202 | 0 | 10 | 46 | 22 | 60 | 55 | 102 |
| Binary | 11010000 | 11000000 | 10000010 | 0 | 1000 | 100110 | 10010 | 110000 | 101101 | 1000010 |
Color Harmonies of #D0C082
Complementary color
Monochromatic Colors of #D0C082
Black with #D0C082
Text Example
Text Example
White with #D0C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C082; }
p { color: rgb(208,192,130); }
H1.HeaderClassName
{
color: #D0C082;
}
.AnyTagClassName
{
color: #D0C082;
}
</style>
background-color css
<style>
a { background-color: #D0C082; }
a { background-color: rgb(208,192,130); }
div.DivClassName
{
background-color: #D0C082;
}
.BgClassName
{
background-color: #D0C082;
}
</style>
border-color css
<style>
span { border-color: #D0C082; }
span { border-color: rgb(208,192,130); }
td.TdClassName
{
border-color: #D0C082;
}
.TagClassName
{
border-color: #D0C082;
}
</style>