Shades of Winter Hazel #D1BC77
Tints of Winter Hazel #D1BC77
RGB
CMYK
RGB Variations
Color information
#D1BC77 (or 0xD1BC77) is known color: Winter Hazel. HEX triplet: D1, BC and 77. RGB value is (209,188,119). Sum of RGB (Red+Green+Blue) = 209+188+119=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BC77 is #2E4388. Grayscale: #BABABA. Windows color (decimal): -3031945 or 7847121. OLE color: 7847121.
HSL color Cylindrical-coordinate representation of color #D1BC77: hue angle of 46º 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 #D1BC77 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 119 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.18 |
| HSL | 46º | 0.49% | 0.64% | - |
| HSV(B) | 46º | 0.43% | 0.82% | - |
| XYZ | 47.61 | 50.85 | 24.76 | - |
| YUV | 186.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 119 | 0 | 0.10 | 0.43 | 0.18 | 46 | 0.49 | 0.64 |
| Hex | D1 | BC | 77 | 0 | A | 2B | 12 | 2E | 31 | 40 |
| Octal | 321 | 274 | 167 | 0 | 12 | 53 | 22 | 56 | 61 | 100 |
| Binary | 11010001 | 10111100 | 1110111 | 0 | 1010 | 101011 | 10010 | 101110 | 110001 | 1000000 |
Color Harmonies of #D1BC77
Complementary color
Monochromatic Colors of #D1BC77
Black with #D1BC77
Text Example
Text Example
White with #D1BC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC77; }
p { color: rgb(209,188,119); }
H1.HeaderClassName
{
color: #D1BC77;
}
.AnyTagClassName
{
color: #D1BC77;
}
</style>
background-color css
<style>
a { background-color: #D1BC77; }
a { background-color: rgb(209,188,119); }
div.DivClassName
{
background-color: #D1BC77;
}
.BgClassName
{
background-color: #D1BC77;
}
</style>
border-color css
<style>
span { border-color: #D1BC77; }
span { border-color: rgb(209,188,119); }
td.TdClassName
{
border-color: #D1BC77;
}
.TagClassName
{
border-color: #D1BC77;
}
</style>