Shades of Winter Hazel #D0BE8A
Tints of Winter Hazel #D0BE8A
RGB
CMYK
RGB Variations
Color information
#D0BE8A (or 0xD0BE8A) is known color: Winter Hazel. HEX triplet: D0, BE and 8A. RGB value is (208,190,138). Sum of RGB (Red+Green+Blue) = 208+190+138=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BE8A is #2F4175. Grayscale: #BDBDBD. Windows color (decimal): -3096950 or 9092816. OLE color: 9092816.
HSL color Cylindrical-coordinate representation of color #D0BE8A: hue angle of 44.57º 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 #D0BE8A is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 138 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.18 |
| HSL | 44.57º | 0.43% | 0.68% | - |
| HSV(B) | 44.57º | 0.34% | 0.82% | - |
| XYZ | 49.01 | 52.07 | 31.51 | - |
| YUV | 189.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 138 | 0 | 0.09 | 0.34 | 0.18 | 44.57 | 0.43 | 0.68 |
| Hex | D0 | BE | 8A | 0 | 9 | 22 | 12 | 2D | 2B | 44 |
| Octal | 320 | 276 | 212 | 0 | 11 | 42 | 22 | 55 | 53 | 104 |
| Binary | 11010000 | 10111110 | 10001010 | 0 | 1001 | 100010 | 10010 | 101101 | 101011 | 1000100 |
Color Harmonies of #D0BE8A
Complementary color
Monochromatic Colors of #D0BE8A
Black with #D0BE8A
Text Example
Text Example
White with #D0BE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE8A; }
p { color: rgb(208,190,138); }
H1.HeaderClassName
{
color: #D0BE8A;
}
.AnyTagClassName
{
color: #D0BE8A;
}
</style>
background-color css
<style>
a { background-color: #D0BE8A; }
a { background-color: rgb(208,190,138); }
div.DivClassName
{
background-color: #D0BE8A;
}
.BgClassName
{
background-color: #D0BE8A;
}
</style>
border-color css
<style>
span { border-color: #D0BE8A; }
span { border-color: rgb(208,190,138); }
td.TdClassName
{
border-color: #D0BE8A;
}
.TagClassName
{
border-color: #D0BE8A;
}
</style>