Shades of Winter Hazel #D3C983
Tints of Winter Hazel #D3C983
RGB
CMYK
RGB Variations
Color information
#D3C983 (or 0xD3C983) is known color: Winter Hazel. HEX triplet: D3, C9 and 83. RGB value is (211,201,131). Sum of RGB (Red+Green+Blue) = 211+201+131=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C983 is #2C367C. Grayscale: #C4C4C4. Windows color (decimal): -2897533 or 8636883. OLE color: 8636883.
HSL color Cylindrical-coordinate representation of color #D3C983: hue angle of 52.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D3C983 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 131 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.17 |
| HSL | 52.5º | 0.48% | 0.67% | - |
| HSV(B) | 52.5º | 0.38% | 0.83% | - |
| XYZ | 51.85 | 57.26 | 29.79 | - |
| YUV | 196.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 131 | 0 | 0.05 | 0.38 | 0.17 | 52.5 | 0.48 | 0.67 |
| Hex | D3 | C9 | 83 | 0 | 5 | 26 | 11 | 34 | 30 | 43 |
| Octal | 323 | 311 | 203 | 0 | 5 | 46 | 21 | 64 | 60 | 103 |
| Binary | 11010011 | 11001001 | 10000011 | 0 | 101 | 100110 | 10001 | 110100 | 110000 | 1000011 |
Color Harmonies of #D3C983
Complementary color
Monochromatic Colors of #D3C983
Black with #D3C983
Text Example
Text Example
White with #D3C983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C983; }
p { color: rgb(211,201,131); }
H1.HeaderClassName
{
color: #D3C983;
}
.AnyTagClassName
{
color: #D3C983;
}
</style>
background-color css
<style>
a { background-color: #D3C983; }
a { background-color: rgb(211,201,131); }
div.DivClassName
{
background-color: #D3C983;
}
.BgClassName
{
background-color: #D3C983;
}
</style>
border-color css
<style>
span { border-color: #D3C983; }
span { border-color: rgb(211,201,131); }
td.TdClassName
{
border-color: #D3C983;
}
.TagClassName
{
border-color: #D3C983;
}
</style>