Shades of Winter Hazel #D4C983
Tints of Winter Hazel #D4C983
RGB
CMYK
RGB Variations
Color information
#D4C983 (or 0xD4C983) is known color: Winter Hazel. HEX triplet: D4, C9 and 83. RGB value is (212,201,131). Sum of RGB (Red+Green+Blue) = 212+201+131=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C983 is #2B367C. Grayscale: #C4C4C4. Windows color (decimal): -2831997 or 8636884. OLE color: 8636884.
HSL color Cylindrical-coordinate representation of color #D4C983: hue angle of 51.85º degrees, saturation: 0.49, 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 #D4C983 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 201 | 131 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.17 |
| HSL | 51.85º | 0.49% | 0.67% | - |
| HSV(B) | 51.85º | 0.38% | 0.83% | - |
| XYZ | 52.13 | 57.41 | 29.81 | - |
| YUV | 196.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 201 | 131 | 0 | 0.05 | 0.38 | 0.17 | 51.85 | 0.49 | 0.67 |
| Hex | D4 | C9 | 83 | 0 | 5 | 26 | 11 | 34 | 31 | 43 |
| Octal | 324 | 311 | 203 | 0 | 5 | 46 | 21 | 64 | 61 | 103 |
| Binary | 11010100 | 11001001 | 10000011 | 0 | 101 | 100110 | 10001 | 110100 | 110001 | 1000011 |
Color Harmonies of #D4C983
Complementary color
Monochromatic Colors of #D4C983
Black with #D4C983
Text Example
Text Example
White with #D4C983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C983; }
p { color: rgb(212,201,131); }
H1.HeaderClassName
{
color: #D4C983;
}
.AnyTagClassName
{
color: #D4C983;
}
</style>
background-color css
<style>
a { background-color: #D4C983; }
a { background-color: rgb(212,201,131); }
div.DivClassName
{
background-color: #D4C983;
}
.BgClassName
{
background-color: #D4C983;
}
</style>
border-color css
<style>
span { border-color: #D4C983; }
span { border-color: rgb(212,201,131); }
td.TdClassName
{
border-color: #D4C983;
}
.TagClassName
{
border-color: #D4C983;
}
</style>