Shades of Winter Hazel #D0C58C
Tints of Winter Hazel #D0C58C
RGB
CMYK
RGB Variations
Color information
#D0C58C (or 0xD0C58C) is known color: Winter Hazel. HEX triplet: D0, C5 and 8C. RGB value is (208,197,140). Sum of RGB (Red+Green+Blue) = 208+197+140=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C58C is #2F3A73. Grayscale: #C2C2C2. Windows color (decimal): -3095156 or 9225680. OLE color: 9225680.
HSL color Cylindrical-coordinate representation of color #D0C58C: hue angle of 50.29º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0C58C is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 140 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.18 |
| HSL | 50.29º | 0.42% | 0.68% | - |
| HSV(B) | 50.29º | 0.33% | 0.82% | - |
| XYZ | 50.71 | 55.24 | 32.8 | - |
| YUV | 193.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 140 | 0 | 0.05 | 0.33 | 0.18 | 50.29 | 0.42 | 0.68 |
| Hex | D0 | C5 | 8C | 0 | 5 | 21 | 12 | 32 | 2A | 44 |
| Octal | 320 | 305 | 214 | 0 | 5 | 41 | 22 | 62 | 52 | 104 |
| Binary | 11010000 | 11000101 | 10001100 | 0 | 101 | 100001 | 10010 | 110010 | 101010 | 1000100 |
Color Harmonies of #D0C58C
Complementary color
Monochromatic Colors of #D0C58C
Black with #D0C58C
Text Example
Text Example
White with #D0C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C58C; }
p { color: rgb(208,197,140); }
H1.HeaderClassName
{
color: #D0C58C;
}
.AnyTagClassName
{
color: #D0C58C;
}
</style>
background-color css
<style>
a { background-color: #D0C58C; }
a { background-color: rgb(208,197,140); }
div.DivClassName
{
background-color: #D0C58C;
}
.BgClassName
{
background-color: #D0C58C;
}
</style>
border-color css
<style>
span { border-color: #D0C58C; }
span { border-color: rgb(208,197,140); }
td.TdClassName
{
border-color: #D0C58C;
}
.TagClassName
{
border-color: #D0C58C;
}
</style>