Shades of Winter Hazel #D1C483
Tints of Winter Hazel #D1C483
RGB
CMYK
RGB Variations
Color information
#D1C483 (or 0xD1C483) is known color: Winter Hazel. HEX triplet: D1, C4 and 83. RGB value is (209,196,131). Sum of RGB (Red+Green+Blue) = 209+196+131=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C483 is #2E3B7C. Grayscale: #C0C0C0. Windows color (decimal): -3029885 or 8635601. OLE color: 8635601.
HSL color Cylindrical-coordinate representation of color #D1C483: hue angle of 50º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1C483 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 196 | 131 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.18 |
| HSL | 50º | 0.46% | 0.67% | - |
| HSV(B) | 50º | 0.37% | 0.82% | - |
| XYZ | 50.13 | 54.67 | 29.38 | - |
| YUV | 192.48 | 93.31 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 131 | 0 | 0.06 | 0.37 | 0.18 | 50 | 0.46 | 0.67 |
| Hex | D1 | C4 | 83 | 0 | 6 | 25 | 12 | 32 | 2E | 43 |
| Octal | 321 | 304 | 203 | 0 | 6 | 45 | 22 | 62 | 56 | 103 |
| Binary | 11010001 | 11000100 | 10000011 | 0 | 110 | 100101 | 10010 | 110010 | 101110 | 1000011 |
Color Harmonies of #D1C483
Complementary color
Monochromatic Colors of #D1C483
Black with #D1C483
Text Example
Text Example
White with #D1C483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C483; }
p { color: rgb(209,196,131); }
H1.HeaderClassName
{
color: #D1C483;
}
.AnyTagClassName
{
color: #D1C483;
}
</style>
background-color css
<style>
a { background-color: #D1C483; }
a { background-color: rgb(209,196,131); }
div.DivClassName
{
background-color: #D1C483;
}
.BgClassName
{
background-color: #D1C483;
}
</style>
border-color css
<style>
span { border-color: #D1C483; }
span { border-color: rgb(209,196,131); }
td.TdClassName
{
border-color: #D1C483;
}
.TagClassName
{
border-color: #D1C483;
}
</style>