Shades of Winter Hazel #D0C875
Tints of Winter Hazel #D0C875
RGB
CMYK
RGB Variations
Color information
#D0C875 (or 0xD0C875) is known color: Winter Hazel. HEX triplet: D0, C8 and 75. RGB value is (208,200,117). Sum of RGB (Red+Green+Blue) = 208+200+117=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C875 is #2F378A. Grayscale: #C1C1C1. Windows color (decimal): -3094411 or 7719120. OLE color: 7719120.
HSL color Cylindrical-coordinate representation of color #D0C875: hue angle of 54.73º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0C875 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 117 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.18 |
| HSL | 54.73º | 0.49% | 0.64% | - |
| HSV(B) | 54.73º | 0.44% | 0.82% | - |
| XYZ | 49.88 | 56 | 25.01 | - |
| YUV | 192.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 117 | 0 | 0.04 | 0.44 | 0.18 | 54.73 | 0.49 | 0.64 |
| Hex | D0 | C8 | 75 | 0 | 4 | 2C | 12 | 37 | 31 | 40 |
| Octal | 320 | 310 | 165 | 0 | 4 | 54 | 22 | 67 | 61 | 100 |
| Binary | 11010000 | 11001000 | 1110101 | 0 | 100 | 101100 | 10010 | 110111 | 110001 | 1000000 |
Color Harmonies of #D0C875
Complementary color
Monochromatic Colors of #D0C875
Black with #D0C875
Text Example
Text Example
White with #D0C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C875; }
p { color: rgb(208,200,117); }
H1.HeaderClassName
{
color: #D0C875;
}
.AnyTagClassName
{
color: #D0C875;
}
</style>
background-color css
<style>
a { background-color: #D0C875; }
a { background-color: rgb(208,200,117); }
div.DivClassName
{
background-color: #D0C875;
}
.BgClassName
{
background-color: #D0C875;
}
</style>
border-color css
<style>
span { border-color: #D0C875; }
span { border-color: rgb(208,200,117); }
td.TdClassName
{
border-color: #D0C875;
}
.TagClassName
{
border-color: #D0C875;
}
</style>