Shades of Winter Hazel #D0BC7A
Tints of Winter Hazel #D0BC7A
RGB
CMYK
RGB Variations
Color information
#D0BC7A (or 0xD0BC7A) is known color: Winter Hazel. HEX triplet: D0, BC and 7A. RGB value is (208,188,122). Sum of RGB (Red+Green+Blue) = 208+188+122=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC7A is #2F4385. Grayscale: #BABABA. Windows color (decimal): -3097478 or 8043728. OLE color: 8043728.
HSL color Cylindrical-coordinate representation of color #D0BC7A: hue angle of 46.05º degrees, saturation: 0.48, 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 #D0BC7A is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 122 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.18 |
| HSL | 46.05º | 0.48% | 0.65% | - |
| HSV(B) | 46.05º | 0.41% | 0.82% | - |
| XYZ | 47.51 | 50.78 | 25.71 | - |
| YUV | 186.46 | 91.63 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 122 | 0 | 0.10 | 0.41 | 0.18 | 46.05 | 0.48 | 0.65 |
| Hex | D0 | BC | 7A | 0 | A | 29 | 12 | 2E | 30 | 41 |
| Octal | 320 | 274 | 172 | 0 | 12 | 51 | 22 | 56 | 60 | 101 |
| Binary | 11010000 | 10111100 | 1111010 | 0 | 1010 | 101001 | 10010 | 101110 | 110000 | 1000001 |
Color Harmonies of #D0BC7A
Complementary color
Monochromatic Colors of #D0BC7A
Black with #D0BC7A
Text Example
Text Example
White with #D0BC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC7A; }
p { color: rgb(208,188,122); }
H1.HeaderClassName
{
color: #D0BC7A;
}
.AnyTagClassName
{
color: #D0BC7A;
}
</style>
background-color css
<style>
a { background-color: #D0BC7A; }
a { background-color: rgb(208,188,122); }
div.DivClassName
{
background-color: #D0BC7A;
}
.BgClassName
{
background-color: #D0BC7A;
}
</style>
border-color css
<style>
span { border-color: #D0BC7A; }
span { border-color: rgb(208,188,122); }
td.TdClassName
{
border-color: #D0BC7A;
}
.TagClassName
{
border-color: #D0BC7A;
}
</style>