Shades of Winter Hazel #D0BF7D
Tints of Winter Hazel #D0BF7D
RGB
CMYK
RGB Variations
Color information
#D0BF7D (or 0xD0BF7D) is known color: Winter Hazel. HEX triplet: D0, BF and 7D. RGB value is (208,191,125). Sum of RGB (Red+Green+Blue) = 208+191+125=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF7D is #2F4082. Grayscale: #BCBCBC. Windows color (decimal): -3096707 or 8241104. OLE color: 8241104.
HSL color Cylindrical-coordinate representation of color #D0BF7D: hue angle of 47.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0BF7D is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 125 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.18 |
| HSL | 47.71º | 0.47% | 0.65% | - |
| HSV(B) | 47.71º | 0.4% | 0.82% | - |
| XYZ | 48.34 | 52.15 | 26.92 | - |
| YUV | 188.56 | 92.13 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 125 | 0 | 0.08 | 0.40 | 0.18 | 47.71 | 0.47 | 0.65 |
| Hex | D0 | BF | 7D | 0 | 8 | 28 | 12 | 30 | 2F | 41 |
| Octal | 320 | 277 | 175 | 0 | 10 | 50 | 22 | 60 | 57 | 101 |
| Binary | 11010000 | 10111111 | 1111101 | 0 | 1000 | 101000 | 10010 | 110000 | 101111 | 1000001 |
Color Harmonies of #D0BF7D
Complementary color
Monochromatic Colors of #D0BF7D
Black with #D0BF7D
Text Example
Text Example
White with #D0BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF7D; }
p { color: rgb(208,191,125); }
H1.HeaderClassName
{
color: #D0BF7D;
}
.AnyTagClassName
{
color: #D0BF7D;
}
</style>
background-color css
<style>
a { background-color: #D0BF7D; }
a { background-color: rgb(208,191,125); }
div.DivClassName
{
background-color: #D0BF7D;
}
.BgClassName
{
background-color: #D0BF7D;
}
</style>
border-color css
<style>
span { border-color: #D0BF7D; }
span { border-color: rgb(208,191,125); }
td.TdClassName
{
border-color: #D0BF7D;
}
.TagClassName
{
border-color: #D0BF7D;
}
</style>