Shades of Winter Hazel #D0BF7E
Tints of Winter Hazel #D0BF7E
RGB
CMYK
RGB Variations
Color information
#D0BF7E (or 0xD0BF7E) is known color: Winter Hazel. HEX triplet: D0, BF and 7E. RGB value is (208,191,126). Sum of RGB (Red+Green+Blue) = 208+191+126=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF7E is #2F4081. Grayscale: #BCBCBC. Windows color (decimal): -3096706 or 8306640. OLE color: 8306640.
HSL color Cylindrical-coordinate representation of color #D0BF7E: hue angle of 47.56º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0BF7E is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 126 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.18 |
| HSL | 47.56º | 0.47% | 0.65% | - |
| HSV(B) | 47.56º | 0.39% | 0.82% | - |
| XYZ | 48.41 | 52.18 | 27.26 | - |
| YUV | 188.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 126 | 0 | 0.08 | 0.39 | 0.18 | 47.56 | 0.47 | 0.65 |
| Hex | D0 | BF | 7E | 0 | 8 | 27 | 12 | 30 | 2F | 41 |
| Octal | 320 | 277 | 176 | 0 | 10 | 47 | 22 | 60 | 57 | 101 |
| Binary | 11010000 | 10111111 | 1111110 | 0 | 1000 | 100111 | 10010 | 110000 | 101111 | 1000001 |
Color Harmonies of #D0BF7E
Complementary color
Monochromatic Colors of #D0BF7E
Black with #D0BF7E
Text Example
Text Example
White with #D0BF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF7E; }
p { color: rgb(208,191,126); }
H1.HeaderClassName
{
color: #D0BF7E;
}
.AnyTagClassName
{
color: #D0BF7E;
}
</style>
background-color css
<style>
a { background-color: #D0BF7E; }
a { background-color: rgb(208,191,126); }
div.DivClassName
{
background-color: #D0BF7E;
}
.BgClassName
{
background-color: #D0BF7E;
}
</style>
border-color css
<style>
span { border-color: #D0BF7E; }
span { border-color: rgb(208,191,126); }
td.TdClassName
{
border-color: #D0BF7E;
}
.TagClassName
{
border-color: #D0BF7E;
}
</style>