Shades of Winter Hazel #D0C572
Tints of Winter Hazel #D0C572
RGB
CMYK
RGB Variations
Color information
#D0C572 (or 0xD0C572) is known color: Winter Hazel. HEX triplet: D0, C5 and 72. RGB value is (208,197,114). Sum of RGB (Red+Green+Blue) = 208+197+114=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C572 is #2F3A8D. Grayscale: #BFBFBF. Windows color (decimal): -3095182 or 7521744. OLE color: 7521744.
HSL color Cylindrical-coordinate representation of color #D0C572: hue angle of 52.98º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0C572 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 114 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.18 |
| HSL | 52.98º | 0.5% | 0.63% | - |
| HSV(B) | 52.98º | 0.45% | 0.82% | - |
| XYZ | 49.02 | 54.56 | 23.87 | - |
| YUV | 190.83 | 84.64 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 114 | 0 | 0.05 | 0.45 | 0.18 | 52.98 | 0.5 | 0.63 |
| Hex | D0 | C5 | 72 | 0 | 5 | 2D | 12 | 35 | 32 | 3F |
| Octal | 320 | 305 | 162 | 0 | 5 | 55 | 22 | 65 | 62 | 77 |
| Binary | 11010000 | 11000101 | 1110010 | 0 | 101 | 101101 | 10010 | 110101 | 110010 | 111111 |
Color Harmonies of #D0C572
Complementary color
Monochromatic Colors of #D0C572
Black with #D0C572
Text Example
Text Example
White with #D0C572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C572; }
p { color: rgb(208,197,114); }
H1.HeaderClassName
{
color: #D0C572;
}
.AnyTagClassName
{
color: #D0C572;
}
</style>
background-color css
<style>
a { background-color: #D0C572; }
a { background-color: rgb(208,197,114); }
div.DivClassName
{
background-color: #D0C572;
}
.BgClassName
{
background-color: #D0C572;
}
</style>
border-color css
<style>
span { border-color: #D0C572; }
span { border-color: rgb(208,197,114); }
td.TdClassName
{
border-color: #D0C572;
}
.TagClassName
{
border-color: #D0C572;
}
</style>