Shades of Winter Hazel #D1BE7A
Tints of Winter Hazel #D1BE7A
RGB
CMYK
RGB Variations
Color information
#D1BE7A (or 0xD1BE7A) is known color: Winter Hazel. HEX triplet: D1, BE and 7A. RGB value is (209,190,122). Sum of RGB (Red+Green+Blue) = 209+190+122=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BE7A is #2E4185. Grayscale: #BCBCBC. Windows color (decimal): -3031430 or 8044241. OLE color: 8044241.
HSL color Cylindrical-coordinate representation of color #D1BE7A: hue angle of 46.9º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1BE7A is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 122 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.18 |
| HSL | 46.9º | 0.49% | 0.65% | - |
| HSV(B) | 46.9º | 0.42% | 0.82% | - |
| XYZ | 48.22 | 51.79 | 25.87 | - |
| YUV | 187.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 122 | 0 | 0.09 | 0.42 | 0.18 | 46.9 | 0.49 | 0.65 |
| Hex | D1 | BE | 7A | 0 | 9 | 2A | 12 | 2F | 31 | 41 |
| Octal | 321 | 276 | 172 | 0 | 11 | 52 | 22 | 57 | 61 | 101 |
| Binary | 11010001 | 10111110 | 1111010 | 0 | 1001 | 101010 | 10010 | 101111 | 110001 | 1000001 |
Color Harmonies of #D1BE7A
Complementary color
Monochromatic Colors of #D1BE7A
Black with #D1BE7A
Text Example
Text Example
White with #D1BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE7A; }
p { color: rgb(209,190,122); }
H1.HeaderClassName
{
color: #D1BE7A;
}
.AnyTagClassName
{
color: #D1BE7A;
}
</style>
background-color css
<style>
a { background-color: #D1BE7A; }
a { background-color: rgb(209,190,122); }
div.DivClassName
{
background-color: #D1BE7A;
}
.BgClassName
{
background-color: #D1BE7A;
}
</style>
border-color css
<style>
span { border-color: #D1BE7A; }
span { border-color: rgb(209,190,122); }
td.TdClassName
{
border-color: #D1BE7A;
}
.TagClassName
{
border-color: #D1BE7A;
}
</style>