Shades of Winter Hazel #D0BD7B
Tints of Winter Hazel #D0BD7B
RGB
CMYK
RGB Variations
Color information
#D0BD7B (or 0xD0BD7B) is known color: Winter Hazel. HEX triplet: D0, BD and 7B. RGB value is (208,189,123). Sum of RGB (Red+Green+Blue) = 208+189+123=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BD7B is #2F4284. Grayscale: #BBBBBB. Windows color (decimal): -3097221 or 8109520. OLE color: 8109520.
HSL color Cylindrical-coordinate representation of color #D0BD7B: hue angle of 46.59º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0BD7B is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 123 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.18 |
| HSL | 46.59º | 0.47% | 0.65% | - |
| HSV(B) | 46.59º | 0.41% | 0.82% | - |
| XYZ | 47.79 | 51.24 | 26.11 | - |
| YUV | 187.16 | 91.79 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 123 | 0 | 0.09 | 0.41 | 0.18 | 46.59 | 0.47 | 0.65 |
| Hex | D0 | BD | 7B | 0 | 9 | 29 | 12 | 2F | 2F | 41 |
| Octal | 320 | 275 | 173 | 0 | 11 | 51 | 22 | 57 | 57 | 101 |
| Binary | 11010000 | 10111101 | 1111011 | 0 | 1001 | 101001 | 10010 | 101111 | 101111 | 1000001 |
Color Harmonies of #D0BD7B
Complementary color
Monochromatic Colors of #D0BD7B
Black with #D0BD7B
Text Example
Text Example
White with #D0BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD7B; }
p { color: rgb(208,189,123); }
H1.HeaderClassName
{
color: #D0BD7B;
}
.AnyTagClassName
{
color: #D0BD7B;
}
</style>
background-color css
<style>
a { background-color: #D0BD7B; }
a { background-color: rgb(208,189,123); }
div.DivClassName
{
background-color: #D0BD7B;
}
.BgClassName
{
background-color: #D0BD7B;
}
</style>
border-color css
<style>
span { border-color: #D0BD7B; }
span { border-color: rgb(208,189,123); }
td.TdClassName
{
border-color: #D0BD7B;
}
.TagClassName
{
border-color: #D0BD7B;
}
</style>