Shades of Winter Hazel #D0BF86
Tints of Winter Hazel #D0BF86
RGB
CMYK
RGB Variations
Color information
#D0BF86 (or 0xD0BF86) is known color: Winter Hazel. HEX triplet: D0, BF and 86. RGB value is (208,191,134). Sum of RGB (Red+Green+Blue) = 208+191+134=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BF86 is #2F4079. Grayscale: #BDBDBD. Windows color (decimal): -3096698 or 8830928. OLE color: 8830928.
HSL color Cylindrical-coordinate representation of color #D0BF86: hue angle of 46.22º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0BF86 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 134 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.18 |
| HSL | 46.22º | 0.44% | 0.67% | - |
| HSV(B) | 46.22º | 0.36% | 0.82% | - |
| XYZ | 48.95 | 52.39 | 30.09 | - |
| YUV | 189.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 134 | 0 | 0.08 | 0.36 | 0.18 | 46.22 | 0.44 | 0.67 |
| Hex | D0 | BF | 86 | 0 | 8 | 24 | 12 | 2E | 2C | 43 |
| Octal | 320 | 277 | 206 | 0 | 10 | 44 | 22 | 56 | 54 | 103 |
| Binary | 11010000 | 10111111 | 10000110 | 0 | 1000 | 100100 | 10010 | 101110 | 101100 | 1000011 |
Color Harmonies of #D0BF86
Complementary color
Monochromatic Colors of #D0BF86
Black with #D0BF86
Text Example
Text Example
White with #D0BF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF86; }
p { color: rgb(208,191,134); }
H1.HeaderClassName
{
color: #D0BF86;
}
.AnyTagClassName
{
color: #D0BF86;
}
</style>
background-color css
<style>
a { background-color: #D0BF86; }
a { background-color: rgb(208,191,134); }
div.DivClassName
{
background-color: #D0BF86;
}
.BgClassName
{
background-color: #D0BF86;
}
</style>
border-color css
<style>
span { border-color: #D0BF86; }
span { border-color: rgb(208,191,134); }
td.TdClassName
{
border-color: #D0BF86;
}
.TagClassName
{
border-color: #D0BF86;
}
</style>