Shades of Winter Hazel #D0BC7E
Tints of Winter Hazel #D0BC7E
RGB
CMYK
RGB Variations
Color information
#D0BC7E (or 0xD0BC7E) is known color: Winter Hazel. HEX triplet: D0, BC and 7E. RGB value is (208,188,126). Sum of RGB (Red+Green+Blue) = 208+188+126=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC7E is #2F4381. Grayscale: #BBBBBB. Windows color (decimal): -3097474 or 8305872. OLE color: 8305872.
HSL color Cylindrical-coordinate representation of color #D0BC7E: hue angle of 45.37º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0BC7E is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 126 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.18 |
| HSL | 45.37º | 0.47% | 0.65% | - |
| HSV(B) | 45.37º | 0.39% | 0.82% | - |
| XYZ | 47.76 | 50.88 | 27.04 | - |
| YUV | 186.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 126 | 0 | 0.10 | 0.39 | 0.18 | 45.37 | 0.47 | 0.65 |
| Hex | D0 | BC | 7E | 0 | A | 27 | 12 | 2D | 2F | 41 |
| Octal | 320 | 274 | 176 | 0 | 12 | 47 | 22 | 55 | 57 | 101 |
| Binary | 11010000 | 10111100 | 1111110 | 0 | 1010 | 100111 | 10010 | 101101 | 101111 | 1000001 |
Color Harmonies of #D0BC7E
Complementary color
Monochromatic Colors of #D0BC7E
Black with #D0BC7E
Text Example
Text Example
White with #D0BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC7E; }
p { color: rgb(208,188,126); }
H1.HeaderClassName
{
color: #D0BC7E;
}
.AnyTagClassName
{
color: #D0BC7E;
}
</style>
background-color css
<style>
a { background-color: #D0BC7E; }
a { background-color: rgb(208,188,126); }
div.DivClassName
{
background-color: #D0BC7E;
}
.BgClassName
{
background-color: #D0BC7E;
}
</style>
border-color css
<style>
span { border-color: #D0BC7E; }
span { border-color: rgb(208,188,126); }
td.TdClassName
{
border-color: #D0BC7E;
}
.TagClassName
{
border-color: #D0BC7E;
}
</style>