Shades of Winter Hazel #D1C082
Tints of Winter Hazel #D1C082
RGB
CMYK
RGB Variations
Color information
#D1C082 (or 0xD1C082) is known color: Winter Hazel. HEX triplet: D1, C0 and 82. RGB value is (209,192,130). Sum of RGB (Red+Green+Blue) = 209+192+130=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C082 is #2E3F7D. Grayscale: #BEBEBE. Windows color (decimal): -3030910 or 8569041. OLE color: 8569041.
HSL color Cylindrical-coordinate representation of color #D1C082: hue angle of 47.09º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1C082 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 130 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.18 |
| HSL | 47.09º | 0.46% | 0.66% | - |
| HSV(B) | 47.09º | 0.38% | 0.82% | - |
| XYZ | 49.17 | 52.87 | 28.73 | - |
| YUV | 190.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 130 | 0 | 0.08 | 0.38 | 0.18 | 47.09 | 0.46 | 0.66 |
| Hex | D1 | C0 | 82 | 0 | 8 | 26 | 12 | 2F | 2E | 42 |
| Octal | 321 | 300 | 202 | 0 | 10 | 46 | 22 | 57 | 56 | 102 |
| Binary | 11010001 | 11000000 | 10000010 | 0 | 1000 | 100110 | 10010 | 101111 | 101110 | 1000010 |
Color Harmonies of #D1C082
Complementary color
Monochromatic Colors of #D1C082
Black with #D1C082
Text Example
Text Example
White with #D1C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C082; }
p { color: rgb(209,192,130); }
H1.HeaderClassName
{
color: #D1C082;
}
.AnyTagClassName
{
color: #D1C082;
}
</style>
background-color css
<style>
a { background-color: #D1C082; }
a { background-color: rgb(209,192,130); }
div.DivClassName
{
background-color: #D1C082;
}
.BgClassName
{
background-color: #D1C082;
}
</style>
border-color css
<style>
span { border-color: #D1C082; }
span { border-color: rgb(209,192,130); }
td.TdClassName
{
border-color: #D1C082;
}
.TagClassName
{
border-color: #D1C082;
}
</style>