Shades of Winter Hazel #D0BE7D
Tints of Winter Hazel #D0BE7D
RGB
CMYK
RGB Variations
Color information
#D0BE7D (or 0xD0BE7D) is known color: Winter Hazel. HEX triplet: D0, BE and 7D. RGB value is (208,190,125). Sum of RGB (Red+Green+Blue) = 208+190+125=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE7D is #2F4182. Grayscale: #BCBCBC. Windows color (decimal): -3096963 or 8240848. OLE color: 8240848.
HSL color Cylindrical-coordinate representation of color #D0BE7D: hue angle of 46.99º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0BE7D is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 125 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.18 |
| HSL | 46.99º | 0.47% | 0.65% | - |
| HSV(B) | 46.99º | 0.4% | 0.82% | - |
| XYZ | 48.13 | 51.72 | 26.85 | - |
| YUV | 187.97 | 92.46 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 125 | 0 | 0.09 | 0.40 | 0.18 | 46.99 | 0.47 | 0.65 |
| Hex | D0 | BE | 7D | 0 | 9 | 28 | 12 | 2F | 2F | 41 |
| Octal | 320 | 276 | 175 | 0 | 11 | 50 | 22 | 57 | 57 | 101 |
| Binary | 11010000 | 10111110 | 1111101 | 0 | 1001 | 101000 | 10010 | 101111 | 101111 | 1000001 |
Color Harmonies of #D0BE7D
Complementary color
Monochromatic Colors of #D0BE7D
Black with #D0BE7D
Text Example
Text Example
White with #D0BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE7D; }
p { color: rgb(208,190,125); }
H1.HeaderClassName
{
color: #D0BE7D;
}
.AnyTagClassName
{
color: #D0BE7D;
}
</style>
background-color css
<style>
a { background-color: #D0BE7D; }
a { background-color: rgb(208,190,125); }
div.DivClassName
{
background-color: #D0BE7D;
}
.BgClassName
{
background-color: #D0BE7D;
}
</style>
border-color css
<style>
span { border-color: #D0BE7D; }
span { border-color: rgb(208,190,125); }
td.TdClassName
{
border-color: #D0BE7D;
}
.TagClassName
{
border-color: #D0BE7D;
}
</style>