Shades of Winter Hazel #D0BF8F
Tints of Winter Hazel #D0BF8F
RGB
CMYK
RGB Variations
Color information
#D0BF8F (or 0xD0BF8F) is known color: Winter Hazel. HEX triplet: D0, BF and 8F. RGB value is (208,191,143). Sum of RGB (Red+Green+Blue) = 208+191+143=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BF8F is #2F4070. Grayscale: #BEBEBE. Windows color (decimal): -3096689 or 9420752. OLE color: 9420752.
HSL color Cylindrical-coordinate representation of color #D0BF8F: hue angle of 44.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0BF8F is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 143 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.18 |
| HSL | 44.31º | 0.41% | 0.69% | - |
| HSV(B) | 44.31º | 0.31% | 0.82% | - |
| XYZ | 49.6 | 52.65 | 33.54 | - |
| YUV | 190.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 143 | 0 | 0.08 | 0.31 | 0.18 | 44.31 | 0.41 | 0.69 |
| Hex | D0 | BF | 8F | 0 | 8 | 1F | 12 | 2C | 29 | 45 |
| Octal | 320 | 277 | 217 | 0 | 10 | 37 | 22 | 54 | 51 | 105 |
| Binary | 11010000 | 10111111 | 10001111 | 0 | 1000 | 11111 | 10010 | 101100 | 101001 | 1000101 |
Color Harmonies of #D0BF8F
Complementary color
Monochromatic Colors of #D0BF8F
Black with #D0BF8F
Text Example
Text Example
White with #D0BF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF8F; }
p { color: rgb(208,191,143); }
H1.HeaderClassName
{
color: #D0BF8F;
}
.AnyTagClassName
{
color: #D0BF8F;
}
</style>
background-color css
<style>
a { background-color: #D0BF8F; }
a { background-color: rgb(208,191,143); }
div.DivClassName
{
background-color: #D0BF8F;
}
.BgClassName
{
background-color: #D0BF8F;
}
</style>
border-color css
<style>
span { border-color: #D0BF8F; }
span { border-color: rgb(208,191,143); }
td.TdClassName
{
border-color: #D0BF8F;
}
.TagClassName
{
border-color: #D0BF8F;
}
</style>