Shades of Winter Hazel #D0BE8D
Tints of Winter Hazel #D0BE8D
RGB
CMYK
RGB Variations
Color information
#D0BE8D (or 0xD0BE8D) is known color: Winter Hazel. HEX triplet: D0, BE and 8D. RGB value is (208,190,141). Sum of RGB (Red+Green+Blue) = 208+190+141=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BE8D is #2F4172. Grayscale: #BEBEBE. Windows color (decimal): -3096947 or 9289424. OLE color: 9289424.
HSL color Cylindrical-coordinate representation of color #D0BE8D: hue angle of 43.88º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0BE8D is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 141 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.18 |
| HSL | 43.88º | 0.42% | 0.68% | - |
| HSV(B) | 43.88º | 0.32% | 0.82% | - |
| XYZ | 49.23 | 52.16 | 32.67 | - |
| YUV | 189.8 | 100.46 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 141 | 0 | 0.09 | 0.32 | 0.18 | 43.88 | 0.42 | 0.68 |
| Hex | D0 | BE | 8D | 0 | 9 | 20 | 12 | 2C | 2A | 44 |
| Octal | 320 | 276 | 215 | 0 | 11 | 40 | 22 | 54 | 52 | 104 |
| Binary | 11010000 | 10111110 | 10001101 | 0 | 1001 | 100000 | 10010 | 101100 | 101010 | 1000100 |
Color Harmonies of #D0BE8D
Complementary color
Monochromatic Colors of #D0BE8D
Black with #D0BE8D
Text Example
Text Example
White with #D0BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE8D; }
p { color: rgb(208,190,141); }
H1.HeaderClassName
{
color: #D0BE8D;
}
.AnyTagClassName
{
color: #D0BE8D;
}
</style>
background-color css
<style>
a { background-color: #D0BE8D; }
a { background-color: rgb(208,190,141); }
div.DivClassName
{
background-color: #D0BE8D;
}
.BgClassName
{
background-color: #D0BE8D;
}
</style>
border-color css
<style>
span { border-color: #D0BE8D; }
span { border-color: rgb(208,190,141); }
td.TdClassName
{
border-color: #D0BE8D;
}
.TagClassName
{
border-color: #D0BE8D;
}
</style>