Shades of Winter Hazel #D0BD7F
Tints of Winter Hazel #D0BD7F
RGB
CMYK
RGB Variations
Color information
#D0BD7F (or 0xD0BD7F) is known color: Winter Hazel. HEX triplet: D0, BD and 7F. RGB value is (208,189,127). Sum of RGB (Red+Green+Blue) = 208+189+127=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BD7F is #2F4280. Grayscale: #BBBBBB. Windows color (decimal): -3097217 or 8371664. OLE color: 8371664.
HSL color Cylindrical-coordinate representation of color #D0BD7F: hue angle of 45.93º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0BD7F is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 127 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.18 |
| HSL | 45.93º | 0.46% | 0.66% | - |
| HSV(B) | 45.93º | 0.39% | 0.82% | - |
| XYZ | 48.04 | 51.34 | 27.46 | - |
| YUV | 187.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 127 | 0 | 0.09 | 0.39 | 0.18 | 45.93 | 0.46 | 0.66 |
| Hex | D0 | BD | 7F | 0 | 9 | 27 | 12 | 2E | 2E | 42 |
| Octal | 320 | 275 | 177 | 0 | 11 | 47 | 22 | 56 | 56 | 102 |
| Binary | 11010000 | 10111101 | 1111111 | 0 | 1001 | 100111 | 10010 | 101110 | 101110 | 1000010 |
Color Harmonies of #D0BD7F
Complementary color
Monochromatic Colors of #D0BD7F
Black with #D0BD7F
Text Example
Text Example
White with #D0BD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD7F; }
p { color: rgb(208,189,127); }
H1.HeaderClassName
{
color: #D0BD7F;
}
.AnyTagClassName
{
color: #D0BD7F;
}
</style>
background-color css
<style>
a { background-color: #D0BD7F; }
a { background-color: rgb(208,189,127); }
div.DivClassName
{
background-color: #D0BD7F;
}
.BgClassName
{
background-color: #D0BD7F;
}
</style>
border-color css
<style>
span { border-color: #D0BD7F; }
span { border-color: rgb(208,189,127); }
td.TdClassName
{
border-color: #D0BD7F;
}
.TagClassName
{
border-color: #D0BD7F;
}
</style>