Shades of Winter Hazel #D0BE88
Tints of Winter Hazel #D0BE88
RGB
CMYK
RGB Variations
Color information
#D0BE88 (or 0xD0BE88) is known color: Winter Hazel. HEX triplet: D0, BE and 88. RGB value is (208,190,136). Sum of RGB (Red+Green+Blue) = 208+190+136=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BE88 is #2F4177. Grayscale: #BDBDBD. Windows color (decimal): -3096952 or 8961744. OLE color: 8961744.
HSL color Cylindrical-coordinate representation of color #D0BE88: hue angle of 45º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0BE88 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 136 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.18 |
| HSL | 45º | 0.43% | 0.67% | - |
| HSV(B) | 45º | 0.35% | 0.82% | - |
| XYZ | 48.87 | 52.01 | 30.76 | - |
| YUV | 189.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 136 | 0 | 0.09 | 0.35 | 0.18 | 45 | 0.43 | 0.67 |
| Hex | D0 | BE | 88 | 0 | 9 | 23 | 12 | 2D | 2B | 43 |
| Octal | 320 | 276 | 210 | 0 | 11 | 43 | 22 | 55 | 53 | 103 |
| Binary | 11010000 | 10111110 | 10001000 | 0 | 1001 | 100011 | 10010 | 101101 | 101011 | 1000011 |
Color Harmonies of #D0BE88
Complementary color
Monochromatic Colors of #D0BE88
Black with #D0BE88
Text Example
Text Example
White with #D0BE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE88; }
p { color: rgb(208,190,136); }
H1.HeaderClassName
{
color: #D0BE88;
}
.AnyTagClassName
{
color: #D0BE88;
}
</style>
background-color css
<style>
a { background-color: #D0BE88; }
a { background-color: rgb(208,190,136); }
div.DivClassName
{
background-color: #D0BE88;
}
.BgClassName
{
background-color: #D0BE88;
}
</style>
border-color css
<style>
span { border-color: #D0BE88; }
span { border-color: rgb(208,190,136); }
td.TdClassName
{
border-color: #D0BE88;
}
.TagClassName
{
border-color: #D0BE88;
}
</style>