Shades of Winter Hazel #D0BD7E
Tints of Winter Hazel #D0BD7E
RGB
CMYK
RGB Variations
Color information
#D0BD7E (or 0xD0BD7E) is known color: Winter Hazel. HEX triplet: D0, BD and 7E. RGB value is (208,189,126). Sum of RGB (Red+Green+Blue) = 208+189+126=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BD7E is #2F4281. Grayscale: #BBBBBB. Windows color (decimal): -3097218 or 8306128. OLE color: 8306128.
HSL color Cylindrical-coordinate representation of color #D0BD7E: hue angle of 46.1º 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 #D0BD7E is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 126 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.18 |
| HSL | 46.1º | 0.47% | 0.65% | - |
| HSV(B) | 46.1º | 0.39% | 0.82% | - |
| XYZ | 47.98 | 51.31 | 27.11 | - |
| YUV | 187.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 126 | 0 | 0.09 | 0.39 | 0.18 | 46.1 | 0.47 | 0.65 |
| Hex | D0 | BD | 7E | 0 | 9 | 27 | 12 | 2E | 2F | 41 |
| Octal | 320 | 275 | 176 | 0 | 11 | 47 | 22 | 56 | 57 | 101 |
| Binary | 11010000 | 10111101 | 1111110 | 0 | 1001 | 100111 | 10010 | 101110 | 101111 | 1000001 |
Color Harmonies of #D0BD7E
Complementary color
Monochromatic Colors of #D0BD7E
Black with #D0BD7E
Text Example
Text Example
White with #D0BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD7E; }
p { color: rgb(208,189,126); }
H1.HeaderClassName
{
color: #D0BD7E;
}
.AnyTagClassName
{
color: #D0BD7E;
}
</style>
background-color css
<style>
a { background-color: #D0BD7E; }
a { background-color: rgb(208,189,126); }
div.DivClassName
{
background-color: #D0BD7E;
}
.BgClassName
{
background-color: #D0BD7E;
}
</style>
border-color css
<style>
span { border-color: #D0BD7E; }
span { border-color: rgb(208,189,126); }
td.TdClassName
{
border-color: #D0BD7E;
}
.TagClassName
{
border-color: #D0BD7E;
}
</style>