Shades of Winter Hazel #D0C87F
Tints of Winter Hazel #D0C87F
RGB
CMYK
RGB Variations
Color information
#D0C87F (or 0xD0C87F) is known color: Winter Hazel. HEX triplet: D0, C8 and 7F. RGB value is (208,200,127). Sum of RGB (Red+Green+Blue) = 208+200+127=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C87F is #2F3780. Grayscale: #C2C2C2. Windows color (decimal): -3094401 or 8374480. OLE color: 8374480.
HSL color Cylindrical-coordinate representation of color #D0C87F: hue angle of 54.07º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0C87F is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 127 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.18 |
| HSL | 54.07º | 0.46% | 0.66% | - |
| HSV(B) | 54.07º | 0.39% | 0.82% | - |
| XYZ | 50.5 | 56.25 | 28.27 | - |
| YUV | 194.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 127 | 0 | 0.04 | 0.39 | 0.18 | 54.07 | 0.46 | 0.66 |
| Hex | D0 | C8 | 7F | 0 | 4 | 27 | 12 | 36 | 2E | 42 |
| Octal | 320 | 310 | 177 | 0 | 4 | 47 | 22 | 66 | 56 | 102 |
| Binary | 11010000 | 11001000 | 1111111 | 0 | 100 | 100111 | 10010 | 110110 | 101110 | 1000010 |
Color Harmonies of #D0C87F
Complementary color
Monochromatic Colors of #D0C87F
Black with #D0C87F
Text Example
Text Example
White with #D0C87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C87F; }
p { color: rgb(208,200,127); }
H1.HeaderClassName
{
color: #D0C87F;
}
.AnyTagClassName
{
color: #D0C87F;
}
</style>
background-color css
<style>
a { background-color: #D0C87F; }
a { background-color: rgb(208,200,127); }
div.DivClassName
{
background-color: #D0C87F;
}
.BgClassName
{
background-color: #D0C87F;
}
</style>
border-color css
<style>
span { border-color: #D0C87F; }
span { border-color: rgb(208,200,127); }
td.TdClassName
{
border-color: #D0C87F;
}
.TagClassName
{
border-color: #D0C87F;
}
</style>