Shades of Winter Hazel #D1BF78
Tints of Winter Hazel #D1BF78
RGB
CMYK
RGB Variations
Color information
#D1BF78 (or 0xD1BF78) is known color: Winter Hazel. HEX triplet: D1, BF and 78. RGB value is (209,191,120). Sum of RGB (Red+Green+Blue) = 209+191+120=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BF78 is #2E4087. Grayscale: #BCBCBC. Windows color (decimal): -3031176 or 7913425. OLE color: 7913425.
HSL color Cylindrical-coordinate representation of color #D1BF78: hue angle of 47.87º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1BF78 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 120 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.18 |
| HSL | 47.87º | 0.49% | 0.65% | - |
| HSV(B) | 47.87º | 0.43% | 0.82% | - |
| XYZ | 48.32 | 52.17 | 25.29 | - |
| YUV | 188.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 120 | 0 | 0.09 | 0.43 | 0.18 | 47.87 | 0.49 | 0.65 |
| Hex | D1 | BF | 78 | 0 | 9 | 2B | 12 | 30 | 31 | 41 |
| Octal | 321 | 277 | 170 | 0 | 11 | 53 | 22 | 60 | 61 | 101 |
| Binary | 11010001 | 10111111 | 1111000 | 0 | 1001 | 101011 | 10010 | 110000 | 110001 | 1000001 |
Color Harmonies of #D1BF78
Complementary color
Monochromatic Colors of #D1BF78
Black with #D1BF78
Text Example
Text Example
White with #D1BF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF78; }
p { color: rgb(209,191,120); }
H1.HeaderClassName
{
color: #D1BF78;
}
.AnyTagClassName
{
color: #D1BF78;
}
</style>
background-color css
<style>
a { background-color: #D1BF78; }
a { background-color: rgb(209,191,120); }
div.DivClassName
{
background-color: #D1BF78;
}
.BgClassName
{
background-color: #D1BF78;
}
</style>
border-color css
<style>
span { border-color: #D1BF78; }
span { border-color: rgb(209,191,120); }
td.TdClassName
{
border-color: #D1BF78;
}
.TagClassName
{
border-color: #D1BF78;
}
</style>