Shades of Winter Hazel #D0BC7F
Tints of Winter Hazel #D0BC7F
RGB
CMYK
RGB Variations
Color information
#D0BC7F (or 0xD0BC7F) is known color: Winter Hazel. HEX triplet: D0, BC and 7F. RGB value is (208,188,127). Sum of RGB (Red+Green+Blue) = 208+188+127=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC7F is #2F4380. Grayscale: #BBBBBB. Windows color (decimal): -3097473 or 8371408. OLE color: 8371408.
HSL color Cylindrical-coordinate representation of color #D0BC7F: hue angle of 45.19º 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 #D0BC7F is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 127 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.18 |
| HSL | 45.19º | 0.46% | 0.66% | - |
| HSV(B) | 45.19º | 0.39% | 0.82% | - |
| XYZ | 47.83 | 50.91 | 27.38 | - |
| YUV | 187.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 127 | 0 | 0.10 | 0.39 | 0.18 | 45.19 | 0.46 | 0.66 |
| Hex | D0 | BC | 7F | 0 | A | 27 | 12 | 2D | 2E | 42 |
| Octal | 320 | 274 | 177 | 0 | 12 | 47 | 22 | 55 | 56 | 102 |
| Binary | 11010000 | 10111100 | 1111111 | 0 | 1010 | 100111 | 10010 | 101101 | 101110 | 1000010 |
Color Harmonies of #D0BC7F
Complementary color
Monochromatic Colors of #D0BC7F
Black with #D0BC7F
Text Example
Text Example
White with #D0BC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC7F; }
p { color: rgb(208,188,127); }
H1.HeaderClassName
{
color: #D0BC7F;
}
.AnyTagClassName
{
color: #D0BC7F;
}
</style>
background-color css
<style>
a { background-color: #D0BC7F; }
a { background-color: rgb(208,188,127); }
div.DivClassName
{
background-color: #D0BC7F;
}
.BgClassName
{
background-color: #D0BC7F;
}
</style>
border-color css
<style>
span { border-color: #D0BC7F; }
span { border-color: rgb(208,188,127); }
td.TdClassName
{
border-color: #D0BC7F;
}
.TagClassName
{
border-color: #D0BC7F;
}
</style>