Shades of Winter Hazel #D0BF74
Tints of Winter Hazel #D0BF74
RGB
CMYK
RGB Variations
Color information
#D0BF74 (or 0xD0BF74) is known color: Winter Hazel. HEX triplet: D0, BF and 74. RGB value is (208,191,116). Sum of RGB (Red+Green+Blue) = 208+191+116=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF74 is #2F408B. Grayscale: #BBBBBB. Windows color (decimal): -3096716 or 7651280. OLE color: 7651280.
HSL color Cylindrical-coordinate representation of color #D0BF74: hue angle of 48.91º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0BF74 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 116 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.18 |
| HSL | 48.91º | 0.49% | 0.64% | - |
| HSV(B) | 48.91º | 0.44% | 0.82% | - |
| XYZ | 47.8 | 51.93 | 24.03 | - |
| YUV | 187.53 | 87.63 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 116 | 0 | 0.08 | 0.44 | 0.18 | 48.91 | 0.49 | 0.64 |
| Hex | D0 | BF | 74 | 0 | 8 | 2C | 12 | 31 | 31 | 40 |
| Octal | 320 | 277 | 164 | 0 | 10 | 54 | 22 | 61 | 61 | 100 |
| Binary | 11010000 | 10111111 | 1110100 | 0 | 1000 | 101100 | 10010 | 110001 | 110001 | 1000000 |
Color Harmonies of #D0BF74
Complementary color
Monochromatic Colors of #D0BF74
Black with #D0BF74
Text Example
Text Example
White with #D0BF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF74; }
p { color: rgb(208,191,116); }
H1.HeaderClassName
{
color: #D0BF74;
}
.AnyTagClassName
{
color: #D0BF74;
}
</style>
background-color css
<style>
a { background-color: #D0BF74; }
a { background-color: rgb(208,191,116); }
div.DivClassName
{
background-color: #D0BF74;
}
.BgClassName
{
background-color: #D0BF74;
}
</style>
border-color css
<style>
span { border-color: #D0BF74; }
span { border-color: rgb(208,191,116); }
td.TdClassName
{
border-color: #D0BF74;
}
.TagClassName
{
border-color: #D0BF74;
}
</style>