Shades of Winter Hazel #D1BE85
Tints of Winter Hazel #D1BE85
RGB
CMYK
RGB Variations
Color information
#D1BE85 (or 0xD1BE85) is known color: Winter Hazel. HEX triplet: D1, BE and 85. RGB value is (209,190,133). Sum of RGB (Red+Green+Blue) = 209+190+133=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BE85 is #2E417A. Grayscale: #BDBDBD. Windows color (decimal): -3031419 or 8765137. OLE color: 8765137.
HSL color Cylindrical-coordinate representation of color #D1BE85: hue angle of 45º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D1BE85 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 133 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.18 |
| HSL | 45º | 0.45% | 0.67% | - |
| HSV(B) | 45º | 0.36% | 0.82% | - |
| XYZ | 48.94 | 52.08 | 29.66 | - |
| YUV | 189.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 133 | 0 | 0.09 | 0.36 | 0.18 | 45 | 0.45 | 0.67 |
| Hex | D1 | BE | 85 | 0 | 9 | 24 | 12 | 2D | 2D | 43 |
| Octal | 321 | 276 | 205 | 0 | 11 | 44 | 22 | 55 | 55 | 103 |
| Binary | 11010001 | 10111110 | 10000101 | 0 | 1001 | 100100 | 10010 | 101101 | 101101 | 1000011 |
Color Harmonies of #D1BE85
Complementary color
Monochromatic Colors of #D1BE85
Black with #D1BE85
Text Example
Text Example
White with #D1BE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE85; }
p { color: rgb(209,190,133); }
H1.HeaderClassName
{
color: #D1BE85;
}
.AnyTagClassName
{
color: #D1BE85;
}
</style>
background-color css
<style>
a { background-color: #D1BE85; }
a { background-color: rgb(209,190,133); }
div.DivClassName
{
background-color: #D1BE85;
}
.BgClassName
{
background-color: #D1BE85;
}
</style>
border-color css
<style>
span { border-color: #D1BE85; }
span { border-color: rgb(209,190,133); }
td.TdClassName
{
border-color: #D1BE85;
}
.TagClassName
{
border-color: #D1BE85;
}
</style>