Shades of Winter Hazel #D1BF77
Tints of Winter Hazel #D1BF77
RGB
CMYK
RGB Variations
Color information
#D1BF77 (or 0xD1BF77) is known color: Winter Hazel. HEX triplet: D1, BF and 77. RGB value is (209,191,119). Sum of RGB (Red+Green+Blue) = 209+191+119=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BF77 is #2E4088. Grayscale: #BCBCBC. Windows color (decimal): -3031177 or 7847889. OLE color: 7847889.
HSL color Cylindrical-coordinate representation of color #D1BF77: hue angle of 48º 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 #D1BF77 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 119 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.18 |
| HSL | 48º | 0.49% | 0.64% | - |
| HSV(B) | 48º | 0.43% | 0.82% | - |
| XYZ | 48.26 | 52.15 | 24.98 | - |
| YUV | 188.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 119 | 0 | 0.09 | 0.43 | 0.18 | 48 | 0.49 | 0.64 |
| Hex | D1 | BF | 77 | 0 | 9 | 2B | 12 | 30 | 31 | 40 |
| Octal | 321 | 277 | 167 | 0 | 11 | 53 | 22 | 60 | 61 | 100 |
| Binary | 11010001 | 10111111 | 1110111 | 0 | 1001 | 101011 | 10010 | 110000 | 110001 | 1000000 |
Color Harmonies of #D1BF77
Complementary color
Monochromatic Colors of #D1BF77
Black with #D1BF77
Text Example
Text Example
White with #D1BF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF77; }
p { color: rgb(209,191,119); }
H1.HeaderClassName
{
color: #D1BF77;
}
.AnyTagClassName
{
color: #D1BF77;
}
</style>
background-color css
<style>
a { background-color: #D1BF77; }
a { background-color: rgb(209,191,119); }
div.DivClassName
{
background-color: #D1BF77;
}
.BgClassName
{
background-color: #D1BF77;
}
</style>
border-color css
<style>
span { border-color: #D1BF77; }
span { border-color: rgb(209,191,119); }
td.TdClassName
{
border-color: #D1BF77;
}
.TagClassName
{
border-color: #D1BF77;
}
</style>