Shades of Winter Hazel #D0BE83
Tints of Winter Hazel #D0BE83
RGB
CMYK
RGB Variations
Color information
#D0BE83 (or 0xD0BE83) is known color: Winter Hazel. HEX triplet: D0, BE and 83. RGB value is (208,190,131). Sum of RGB (Red+Green+Blue) = 208+190+131=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BE83 is #2F417C. Grayscale: #BCBCBC. Windows color (decimal): -3096957 or 8634064. OLE color: 8634064.
HSL color Cylindrical-coordinate representation of color #D0BE83: hue angle of 45.97º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0BE83 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 131 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.18 |
| HSL | 45.97º | 0.45% | 0.66% | - |
| HSV(B) | 45.97º | 0.37% | 0.82% | - |
| XYZ | 48.52 | 51.88 | 28.93 | - |
| YUV | 188.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 131 | 0 | 0.09 | 0.37 | 0.18 | 45.97 | 0.45 | 0.66 |
| Hex | D0 | BE | 83 | 0 | 9 | 25 | 12 | 2E | 2D | 42 |
| Octal | 320 | 276 | 203 | 0 | 11 | 45 | 22 | 56 | 55 | 102 |
| Binary | 11010000 | 10111110 | 10000011 | 0 | 1001 | 100101 | 10010 | 101110 | 101101 | 1000010 |
Color Harmonies of #D0BE83
Complementary color
Monochromatic Colors of #D0BE83
Black with #D0BE83
Text Example
Text Example
White with #D0BE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE83; }
p { color: rgb(208,190,131); }
H1.HeaderClassName
{
color: #D0BE83;
}
.AnyTagClassName
{
color: #D0BE83;
}
</style>
background-color css
<style>
a { background-color: #D0BE83; }
a { background-color: rgb(208,190,131); }
div.DivClassName
{
background-color: #D0BE83;
}
.BgClassName
{
background-color: #D0BE83;
}
</style>
border-color css
<style>
span { border-color: #D0BE83; }
span { border-color: rgb(208,190,131); }
td.TdClassName
{
border-color: #D0BE83;
}
.TagClassName
{
border-color: #D0BE83;
}
</style>