Shades of Winter Hazel #D0BF89
Tints of Winter Hazel #D0BF89
RGB
CMYK
RGB Variations
Color information
#D0BF89 (or 0xD0BF89) is known color: Winter Hazel. HEX triplet: D0, BF and 89. RGB value is (208,191,137). Sum of RGB (Red+Green+Blue) = 208+191+137=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BF89 is #2F4076. Grayscale: #BEBEBE. Windows color (decimal): -3096695 or 9027536. OLE color: 9027536.
HSL color Cylindrical-coordinate representation of color #D0BF89: hue angle of 45.63º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0BF89 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 137 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.18 |
| HSL | 45.63º | 0.43% | 0.68% | - |
| HSV(B) | 45.63º | 0.34% | 0.82% | - |
| XYZ | 49.16 | 52.48 | 31.21 | - |
| YUV | 189.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 137 | 0 | 0.08 | 0.34 | 0.18 | 45.63 | 0.43 | 0.68 |
| Hex | D0 | BF | 89 | 0 | 8 | 22 | 12 | 2E | 2B | 44 |
| Octal | 320 | 277 | 211 | 0 | 10 | 42 | 22 | 56 | 53 | 104 |
| Binary | 11010000 | 10111111 | 10001001 | 0 | 1000 | 100010 | 10010 | 101110 | 101011 | 1000100 |
Color Harmonies of #D0BF89
Complementary color
Monochromatic Colors of #D0BF89
Black with #D0BF89
Text Example
Text Example
White with #D0BF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF89; }
p { color: rgb(208,191,137); }
H1.HeaderClassName
{
color: #D0BF89;
}
.AnyTagClassName
{
color: #D0BF89;
}
</style>
background-color css
<style>
a { background-color: #D0BF89; }
a { background-color: rgb(208,191,137); }
div.DivClassName
{
background-color: #D0BF89;
}
.BgClassName
{
background-color: #D0BF89;
}
</style>
border-color css
<style>
span { border-color: #D0BF89; }
span { border-color: rgb(208,191,137); }
td.TdClassName
{
border-color: #D0BF89;
}
.TagClassName
{
border-color: #D0BF89;
}
</style>