Shades of Winter Hazel #D0BF92
Tints of Winter Hazel #D0BF92
RGB
CMYK
RGB Variations
Color information
#D0BF92 (or 0xD0BF92) is known color: Winter Hazel. HEX triplet: D0, BF and 92. RGB value is (208,191,146). Sum of RGB (Red+Green+Blue) = 208+191+146=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BF92 is #2F406D. Grayscale: #BFBFBF. Windows color (decimal): -3096686 or 9617360. OLE color: 9617360.
HSL color Cylindrical-coordinate representation of color #D0BF92: hue angle of 43.55º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0BF92 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 146 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.18 |
| HSL | 43.55º | 0.4% | 0.69% | - |
| HSV(B) | 43.55º | 0.3% | 0.82% | - |
| XYZ | 49.83 | 52.75 | 34.75 | - |
| YUV | 190.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 146 | 0 | 0.08 | 0.30 | 0.18 | 43.55 | 0.4 | 0.69 |
| Hex | D0 | BF | 92 | 0 | 8 | 1E | 12 | 2C | 28 | 45 |
| Octal | 320 | 277 | 222 | 0 | 10 | 36 | 22 | 54 | 50 | 105 |
| Binary | 11010000 | 10111111 | 10010010 | 0 | 1000 | 11110 | 10010 | 101100 | 101000 | 1000101 |
Color Harmonies of #D0BF92
Complementary color
Monochromatic Colors of #D0BF92
Black with #D0BF92
Text Example
Text Example
White with #D0BF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF92; }
p { color: rgb(208,191,146); }
H1.HeaderClassName
{
color: #D0BF92;
}
.AnyTagClassName
{
color: #D0BF92;
}
</style>
background-color css
<style>
a { background-color: #D0BF92; }
a { background-color: rgb(208,191,146); }
div.DivClassName
{
background-color: #D0BF92;
}
.BgClassName
{
background-color: #D0BF92;
}
</style>
border-color css
<style>
span { border-color: #D0BF92; }
span { border-color: rgb(208,191,146); }
td.TdClassName
{
border-color: #D0BF92;
}
.TagClassName
{
border-color: #D0BF92;
}
</style>