Shades of Winter Hazel #D0BE89
Tints of Winter Hazel #D0BE89
RGB
CMYK
RGB Variations
Color information
#D0BE89 (or 0xD0BE89) is known color: Winter Hazel. HEX triplet: D0, BE and 89. RGB value is (208,190,137). Sum of RGB (Red+Green+Blue) = 208+190+137=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 137 (53.91% from 255 or 25.61% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BE89 is #2F4176. Grayscale: #BDBDBD. Windows color (decimal): -3096951 or 9027280. OLE color: 9027280.
HSL color Cylindrical-coordinate representation of color #D0BE89: hue angle of 44.79º 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 #D0BE89 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 137 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.18 |
| HSL | 44.79º | 0.43% | 0.68% | - |
| HSV(B) | 44.79º | 0.34% | 0.82% | - |
| XYZ | 48.94 | 52.04 | 31.13 | - |
| YUV | 189.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 137 | 0 | 0.09 | 0.34 | 0.18 | 44.79 | 0.43 | 0.68 |
| Hex | D0 | BE | 89 | 0 | 9 | 22 | 12 | 2D | 2B | 44 |
| Octal | 320 | 276 | 211 | 0 | 11 | 42 | 22 | 55 | 53 | 104 |
| Binary | 11010000 | 10111110 | 10001001 | 0 | 1001 | 100010 | 10010 | 101101 | 101011 | 1000100 |
Color Harmonies of #D0BE89
Complementary color
Monochromatic Colors of #D0BE89
Black with #D0BE89
Text Example
Text Example
White with #D0BE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE89; }
p { color: rgb(208,190,137); }
H1.HeaderClassName
{
color: #D0BE89;
}
.AnyTagClassName
{
color: #D0BE89;
}
</style>
background-color css
<style>
a { background-color: #D0BE89; }
a { background-color: rgb(208,190,137); }
div.DivClassName
{
background-color: #D0BE89;
}
.BgClassName
{
background-color: #D0BE89;
}
</style>
border-color css
<style>
span { border-color: #D0BE89; }
span { border-color: rgb(208,190,137); }
td.TdClassName
{
border-color: #D0BE89;
}
.TagClassName
{
border-color: #D0BE89;
}
</style>