Shades of Winter Hazel #D0C282
Tints of Winter Hazel #D0C282
RGB
CMYK
RGB Variations
Color information
#D0C282 (or 0xD0C282) is known color: Winter Hazel. HEX triplet: D0, C2 and 82. RGB value is (208,194,130). Sum of RGB (Red+Green+Blue) = 208+194+130=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C282 is #2F3D7D. Grayscale: #BFBFBF. Windows color (decimal): -3095934 or 8569552. OLE color: 8569552.
HSL color Cylindrical-coordinate representation of color #D0C282: hue angle of 49.23º 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 #D0C282 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 130 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.18 |
| HSL | 49.23º | 0.45% | 0.66% | - |
| HSV(B) | 49.23º | 0.38% | 0.82% | - |
| XYZ | 49.33 | 53.61 | 28.87 | - |
| YUV | 190.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 130 | 0 | 0.07 | 0.38 | 0.18 | 49.23 | 0.45 | 0.66 |
| Hex | D0 | C2 | 82 | 0 | 7 | 26 | 12 | 31 | 2D | 42 |
| Octal | 320 | 302 | 202 | 0 | 7 | 46 | 22 | 61 | 55 | 102 |
| Binary | 11010000 | 11000010 | 10000010 | 0 | 111 | 100110 | 10010 | 110001 | 101101 | 1000010 |
Color Harmonies of #D0C282
Complementary color
Monochromatic Colors of #D0C282
Black with #D0C282
Text Example
Text Example
White with #D0C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C282; }
p { color: rgb(208,194,130); }
H1.HeaderClassName
{
color: #D0C282;
}
.AnyTagClassName
{
color: #D0C282;
}
</style>
background-color css
<style>
a { background-color: #D0C282; }
a { background-color: rgb(208,194,130); }
div.DivClassName
{
background-color: #D0C282;
}
.BgClassName
{
background-color: #D0C282;
}
</style>
border-color css
<style>
span { border-color: #D0C282; }
span { border-color: rgb(208,194,130); }
td.TdClassName
{
border-color: #D0C282;
}
.TagClassName
{
border-color: #D0C282;
}
</style>