Shades of Winter Hazel #D1BF80
Tints of Winter Hazel #D1BF80
RGB
CMYK
RGB Variations
Color information
#D1BF80 (or 0xD1BF80) is known color: Winter Hazel. HEX triplet: D1, BF and 80. RGB value is (209,191,128). Sum of RGB (Red+Green+Blue) = 209+191+128=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BF80 is #2E407F. Grayscale: #BDBDBD. Windows color (decimal): -3031168 or 8437713. OLE color: 8437713.
HSL color Cylindrical-coordinate representation of color #D1BF80: hue angle of 46.67º degrees, saturation: 0.47, 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 #D1BF80 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 128 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.18 |
| HSL | 46.67º | 0.47% | 0.66% | - |
| HSV(B) | 46.67º | 0.39% | 0.82% | - |
| XYZ | 48.82 | 52.38 | 27.96 | - |
| YUV | 189.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 128 | 0 | 0.09 | 0.39 | 0.18 | 46.67 | 0.47 | 0.66 |
| Hex | D1 | BF | 80 | 0 | 9 | 27 | 12 | 2F | 2F | 42 |
| Octal | 321 | 277 | 200 | 0 | 11 | 47 | 22 | 57 | 57 | 102 |
| Binary | 11010001 | 10111111 | 10000000 | 0 | 1001 | 100111 | 10010 | 101111 | 101111 | 1000010 |
Color Harmonies of #D1BF80
Complementary color
Monochromatic Colors of #D1BF80
Black with #D1BF80
Text Example
Text Example
White with #D1BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF80; }
p { color: rgb(209,191,128); }
H1.HeaderClassName
{
color: #D1BF80;
}
.AnyTagClassName
{
color: #D1BF80;
}
</style>
background-color css
<style>
a { background-color: #D1BF80; }
a { background-color: rgb(209,191,128); }
div.DivClassName
{
background-color: #D1BF80;
}
.BgClassName
{
background-color: #D1BF80;
}
</style>
border-color css
<style>
span { border-color: #D1BF80; }
span { border-color: rgb(209,191,128); }
td.TdClassName
{
border-color: #D1BF80;
}
.TagClassName
{
border-color: #D1BF80;
}
</style>