Shades of Winter Hazel #D0BE77
Tints of Winter Hazel #D0BE77
RGB
CMYK
RGB Variations
Color information
#D0BE77 (or 0xD0BE77) is known color: Winter Hazel. HEX triplet: D0, BE and 77. RGB value is (208,190,119). Sum of RGB (Red+Green+Blue) = 208+190+119=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE77 is #2F4188. Grayscale: #BBBBBB. Windows color (decimal): -3096969 or 7847632. OLE color: 7847632.
HSL color Cylindrical-coordinate representation of color #D0BE77: hue angle of 47.87º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0BE77 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 119 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.18 |
| HSL | 47.87º | 0.49% | 0.64% | - |
| HSV(B) | 47.87º | 0.43% | 0.82% | - |
| XYZ | 47.76 | 51.57 | 24.89 | - |
| YUV | 187.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 119 | 0 | 0.09 | 0.43 | 0.18 | 47.87 | 0.49 | 0.64 |
| Hex | D0 | BE | 77 | 0 | 9 | 2B | 12 | 30 | 31 | 40 |
| Octal | 320 | 276 | 167 | 0 | 11 | 53 | 22 | 60 | 61 | 100 |
| Binary | 11010000 | 10111110 | 1110111 | 0 | 1001 | 101011 | 10010 | 110000 | 110001 | 1000000 |
Color Harmonies of #D0BE77
Complementary color
Monochromatic Colors of #D0BE77
Black with #D0BE77
Text Example
Text Example
White with #D0BE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE77; }
p { color: rgb(208,190,119); }
H1.HeaderClassName
{
color: #D0BE77;
}
.AnyTagClassName
{
color: #D0BE77;
}
</style>
background-color css
<style>
a { background-color: #D0BE77; }
a { background-color: rgb(208,190,119); }
div.DivClassName
{
background-color: #D0BE77;
}
.BgClassName
{
background-color: #D0BE77;
}
</style>
border-color css
<style>
span { border-color: #D0BE77; }
span { border-color: rgb(208,190,119); }
td.TdClassName
{
border-color: #D0BE77;
}
.TagClassName
{
border-color: #D0BE77;
}
</style>