Shades of Winter Hazel #D0BD89
Tints of Winter Hazel #D0BD89
RGB
CMYK
RGB Variations
Color information
#D0BD89 (or 0xD0BD89) is known color: Winter Hazel. HEX triplet: D0, BD and 89. RGB value is (208,189,137). Sum of RGB (Red+Green+Blue) = 208+189+137=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BD89 is #2F4276. Grayscale: #BCBCBC. Windows color (decimal): -3097207 or 9027024. OLE color: 9027024.
HSL color Cylindrical-coordinate representation of color #D0BD89: hue angle of 43.94º 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 #D0BD89 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 137 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.18 |
| HSL | 43.94º | 0.43% | 0.68% | - |
| HSV(B) | 43.94º | 0.34% | 0.82% | - |
| XYZ | 48.73 | 51.61 | 31.06 | - |
| YUV | 188.75 | 98.79 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 137 | 0 | 0.09 | 0.34 | 0.18 | 43.94 | 0.43 | 0.68 |
| Hex | D0 | BD | 89 | 0 | 9 | 22 | 12 | 2C | 2B | 44 |
| Octal | 320 | 275 | 211 | 0 | 11 | 42 | 22 | 54 | 53 | 104 |
| Binary | 11010000 | 10111101 | 10001001 | 0 | 1001 | 100010 | 10010 | 101100 | 101011 | 1000100 |
Color Harmonies of #D0BD89
Complementary color
Monochromatic Colors of #D0BD89
Black with #D0BD89
Text Example
Text Example
White with #D0BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD89; }
p { color: rgb(208,189,137); }
H1.HeaderClassName
{
color: #D0BD89;
}
.AnyTagClassName
{
color: #D0BD89;
}
</style>
background-color css
<style>
a { background-color: #D0BD89; }
a { background-color: rgb(208,189,137); }
div.DivClassName
{
background-color: #D0BD89;
}
.BgClassName
{
background-color: #D0BD89;
}
</style>
border-color css
<style>
span { border-color: #D0BD89; }
span { border-color: rgb(208,189,137); }
td.TdClassName
{
border-color: #D0BD89;
}
.TagClassName
{
border-color: #D0BD89;
}
</style>