Shades of Winter Hazel #D0C57F
Tints of Winter Hazel #D0C57F
RGB
CMYK
RGB Variations
Color information
#D0C57F (or 0xD0C57F) is known color: Winter Hazel. HEX triplet: D0, C5 and 7F. RGB value is (208,197,127). Sum of RGB (Red+Green+Blue) = 208+197+127=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C57F is #2F3A80. Grayscale: #C0C0C0. Windows color (decimal): -3095169 or 8373712. OLE color: 8373712.
HSL color Cylindrical-coordinate representation of color #D0C57F: hue angle of 51.85º 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 #D0C57F is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 127 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.18 |
| HSL | 51.85º | 0.46% | 0.66% | - |
| HSV(B) | 51.85º | 0.39% | 0.82% | - |
| XYZ | 49.81 | 54.87 | 28.05 | - |
| YUV | 192.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 127 | 0 | 0.05 | 0.39 | 0.18 | 51.85 | 0.46 | 0.66 |
| Hex | D0 | C5 | 7F | 0 | 5 | 27 | 12 | 34 | 2E | 42 |
| Octal | 320 | 305 | 177 | 0 | 5 | 47 | 22 | 64 | 56 | 102 |
| Binary | 11010000 | 11000101 | 1111111 | 0 | 101 | 100111 | 10010 | 110100 | 101110 | 1000010 |
Color Harmonies of #D0C57F
Complementary color
Monochromatic Colors of #D0C57F
Black with #D0C57F
Text Example
Text Example
White with #D0C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C57F; }
p { color: rgb(208,197,127); }
H1.HeaderClassName
{
color: #D0C57F;
}
.AnyTagClassName
{
color: #D0C57F;
}
</style>
background-color css
<style>
a { background-color: #D0C57F; }
a { background-color: rgb(208,197,127); }
div.DivClassName
{
background-color: #D0C57F;
}
.BgClassName
{
background-color: #D0C57F;
}
</style>
border-color css
<style>
span { border-color: #D0C57F; }
span { border-color: rgb(208,197,127); }
td.TdClassName
{
border-color: #D0C57F;
}
.TagClassName
{
border-color: #D0C57F;
}
</style>