Shades of Winter Hazel #D1BE7E
Tints of Winter Hazel #D1BE7E
RGB
CMYK
RGB Variations
Color information
#D1BE7E (or 0xD1BE7E) is known color: Winter Hazel. HEX triplet: D1, BE and 7E. RGB value is (209,190,126). Sum of RGB (Red+Green+Blue) = 209+190+126=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BE7E is #2E4181. Grayscale: #BCBCBC. Windows color (decimal): -3031426 or 8306385. OLE color: 8306385.
HSL color Cylindrical-coordinate representation of color #D1BE7E: hue angle of 46.27º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1BE7E is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 126 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.18 |
| HSL | 46.27º | 0.47% | 0.66% | - |
| HSV(B) | 46.27º | 0.4% | 0.82% | - |
| XYZ | 48.47 | 51.89 | 27.2 | - |
| YUV | 188.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 126 | 0 | 0.09 | 0.40 | 0.18 | 46.27 | 0.47 | 0.66 |
| Hex | D1 | BE | 7E | 0 | 9 | 28 | 12 | 2E | 2F | 42 |
| Octal | 321 | 276 | 176 | 0 | 11 | 50 | 22 | 56 | 57 | 102 |
| Binary | 11010001 | 10111110 | 1111110 | 0 | 1001 | 101000 | 10010 | 101110 | 101111 | 1000010 |
Color Harmonies of #D1BE7E
Complementary color
Monochromatic Colors of #D1BE7E
Black with #D1BE7E
Text Example
Text Example
White with #D1BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE7E; }
p { color: rgb(209,190,126); }
H1.HeaderClassName
{
color: #D1BE7E;
}
.AnyTagClassName
{
color: #D1BE7E;
}
</style>
background-color css
<style>
a { background-color: #D1BE7E; }
a { background-color: rgb(209,190,126); }
div.DivClassName
{
background-color: #D1BE7E;
}
.BgClassName
{
background-color: #D1BE7E;
}
</style>
border-color css
<style>
span { border-color: #D1BE7E; }
span { border-color: rgb(209,190,126); }
td.TdClassName
{
border-color: #D1BE7E;
}
.TagClassName
{
border-color: #D1BE7E;
}
</style>