Shades of Winter Hazel #D0BF8C
Tints of Winter Hazel #D0BF8C
RGB
CMYK
RGB Variations
Color information
#D0BF8C (or 0xD0BF8C) is known color: Winter Hazel. HEX triplet: D0, BF and 8C. RGB value is (208,191,140). Sum of RGB (Red+Green+Blue) = 208+191+140=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BF8C is #2F4073. Grayscale: #BEBEBE. Windows color (decimal): -3096692 or 9224144. OLE color: 9224144.
HSL color Cylindrical-coordinate representation of color #D0BF8C: hue angle of 45º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0BF8C is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 140 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.18 |
| HSL | 45º | 0.42% | 0.68% | - |
| HSV(B) | 45º | 0.33% | 0.82% | - |
| XYZ | 49.38 | 52.56 | 32.35 | - |
| YUV | 190.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 140 | 0 | 0.08 | 0.33 | 0.18 | 45 | 0.42 | 0.68 |
| Hex | D0 | BF | 8C | 0 | 8 | 21 | 12 | 2D | 2A | 44 |
| Octal | 320 | 277 | 214 | 0 | 10 | 41 | 22 | 55 | 52 | 104 |
| Binary | 11010000 | 10111111 | 10001100 | 0 | 1000 | 100001 | 10010 | 101101 | 101010 | 1000100 |
Color Harmonies of #D0BF8C
Complementary color
Monochromatic Colors of #D0BF8C
Black with #D0BF8C
Text Example
Text Example
White with #D0BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF8C; }
p { color: rgb(208,191,140); }
H1.HeaderClassName
{
color: #D0BF8C;
}
.AnyTagClassName
{
color: #D0BF8C;
}
</style>
background-color css
<style>
a { background-color: #D0BF8C; }
a { background-color: rgb(208,191,140); }
div.DivClassName
{
background-color: #D0BF8C;
}
.BgClassName
{
background-color: #D0BF8C;
}
</style>
border-color css
<style>
span { border-color: #D0BF8C; }
span { border-color: rgb(208,191,140); }
td.TdClassName
{
border-color: #D0BF8C;
}
.TagClassName
{
border-color: #D0BF8C;
}
</style>