Shades of Winter Hazel #D2BE83
Tints of Winter Hazel #D2BE83
RGB
CMYK
RGB Variations
Color information
#D2BE83 (or 0xD2BE83) is known color: Winter Hazel. HEX triplet: D2, BE and 83. RGB value is (210,190,131). Sum of RGB (Red+Green+Blue) = 210+190+131=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BE83 is #2D417C. Grayscale: #BDBDBD. Windows color (decimal): -2965885 or 8634066. OLE color: 8634066.
HSL color Cylindrical-coordinate representation of color #D2BE83: hue angle of 44.81º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2BE83 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 190 | 131 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.18 |
| HSL | 44.81º | 0.47% | 0.67% | - |
| HSV(B) | 44.81º | 0.38% | 0.82% | - |
| XYZ | 49.09 | 52.17 | 28.95 | - |
| YUV | 189.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 131 | 0 | 0.10 | 0.38 | 0.18 | 44.81 | 0.47 | 0.67 |
| Hex | D2 | BE | 83 | 0 | A | 26 | 12 | 2D | 2F | 43 |
| Octal | 322 | 276 | 203 | 0 | 12 | 46 | 22 | 55 | 57 | 103 |
| Binary | 11010010 | 10111110 | 10000011 | 0 | 1010 | 100110 | 10010 | 101101 | 101111 | 1000011 |
Color Harmonies of #D2BE83
Complementary color
Monochromatic Colors of #D2BE83
Black with #D2BE83
Text Example
Text Example
White with #D2BE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BE83; }
p { color: rgb(210,190,131); }
H1.HeaderClassName
{
color: #D2BE83;
}
.AnyTagClassName
{
color: #D2BE83;
}
</style>
background-color css
<style>
a { background-color: #D2BE83; }
a { background-color: rgb(210,190,131); }
div.DivClassName
{
background-color: #D2BE83;
}
.BgClassName
{
background-color: #D2BE83;
}
</style>
border-color css
<style>
span { border-color: #D2BE83; }
span { border-color: rgb(210,190,131); }
td.TdClassName
{
border-color: #D2BE83;
}
.TagClassName
{
border-color: #D2BE83;
}
</style>