Shades of Winter Hazel #D0BF8D
Tints of Winter Hazel #D0BF8D
RGB
CMYK
RGB Variations
Color information
#D0BF8D (or 0xD0BF8D) is known color: Winter Hazel. HEX triplet: D0, BF and 8D. RGB value is (208,191,141). Sum of RGB (Red+Green+Blue) = 208+191+141=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BF8D is #2F4072. Grayscale: #BEBEBE. Windows color (decimal): -3096691 or 9289680. OLE color: 9289680.
HSL color Cylindrical-coordinate representation of color #D0BF8D: hue angle of 44.78º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0BF8D is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 141 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.18 |
| HSL | 44.78º | 0.42% | 0.68% | - |
| HSV(B) | 44.78º | 0.32% | 0.82% | - |
| XYZ | 49.45 | 52.59 | 32.74 | - |
| YUV | 190.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 141 | 0 | 0.08 | 0.32 | 0.18 | 44.78 | 0.42 | 0.68 |
| Hex | D0 | BF | 8D | 0 | 8 | 20 | 12 | 2D | 2A | 44 |
| Octal | 320 | 277 | 215 | 0 | 10 | 40 | 22 | 55 | 52 | 104 |
| Binary | 11010000 | 10111111 | 10001101 | 0 | 1000 | 100000 | 10010 | 101101 | 101010 | 1000100 |
Color Harmonies of #D0BF8D
Complementary color
Monochromatic Colors of #D0BF8D
Black with #D0BF8D
Text Example
Text Example
White with #D0BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF8D; }
p { color: rgb(208,191,141); }
H1.HeaderClassName
{
color: #D0BF8D;
}
.AnyTagClassName
{
color: #D0BF8D;
}
</style>
background-color css
<style>
a { background-color: #D0BF8D; }
a { background-color: rgb(208,191,141); }
div.DivClassName
{
background-color: #D0BF8D;
}
.BgClassName
{
background-color: #D0BF8D;
}
</style>
border-color css
<style>
span { border-color: #D0BF8D; }
span { border-color: rgb(208,191,141); }
td.TdClassName
{
border-color: #D0BF8D;
}
.TagClassName
{
border-color: #D0BF8D;
}
</style>