Shades of Winter Hazel #D0C579
Tints of Winter Hazel #D0C579
RGB
CMYK
RGB Variations
Color information
#D0C579 (or 0xD0C579) is known color: Winter Hazel. HEX triplet: D0, C5 and 79. RGB value is (208,197,121). Sum of RGB (Red+Green+Blue) = 208+197+121=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 121 (47.66% from 255 or 23.00% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C579 is #2F3A86. Grayscale: #BFBFBF. Windows color (decimal): -3095175 or 7980496. OLE color: 7980496.
HSL color Cylindrical-coordinate representation of color #D0C579: hue angle of 52.41º degrees, saturation: 0.48, 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 #D0C579 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 121 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.18 |
| HSL | 52.41º | 0.48% | 0.65% | - |
| HSV(B) | 52.41º | 0.42% | 0.82% | - |
| XYZ | 49.43 | 54.72 | 26.05 | - |
| YUV | 191.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 121 | 0 | 0.05 | 0.42 | 0.18 | 52.41 | 0.48 | 0.65 |
| Hex | D0 | C5 | 79 | 0 | 5 | 2A | 12 | 34 | 30 | 41 |
| Octal | 320 | 305 | 171 | 0 | 5 | 52 | 22 | 64 | 60 | 101 |
| Binary | 11010000 | 11000101 | 1111001 | 0 | 101 | 101010 | 10010 | 110100 | 110000 | 1000001 |
Color Harmonies of #D0C579
Complementary color
Monochromatic Colors of #D0C579
Black with #D0C579
Text Example
Text Example
White with #D0C579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C579; }
p { color: rgb(208,197,121); }
H1.HeaderClassName
{
color: #D0C579;
}
.AnyTagClassName
{
color: #D0C579;
}
</style>
background-color css
<style>
a { background-color: #D0C579; }
a { background-color: rgb(208,197,121); }
div.DivClassName
{
background-color: #D0C579;
}
.BgClassName
{
background-color: #D0C579;
}
</style>
border-color css
<style>
span { border-color: #D0C579; }
span { border-color: rgb(208,197,121); }
td.TdClassName
{
border-color: #D0C579;
}
.TagClassName
{
border-color: #D0C579;
}
</style>