Shades of Winter Hazel #D5C882
Tints of Winter Hazel #D5C882
RGB
CMYK
RGB Variations
Color information
#D5C882 (or 0xD5C882) is known color: Winter Hazel. HEX triplet: D5, C8 and 82. RGB value is (213,200,130). Sum of RGB (Red+Green+Blue) = 213+200+130=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C882 is #2A377D. Grayscale: #C4C4C4. Windows color (decimal): -2766718 or 8571093. OLE color: 8571093.
HSL color Cylindrical-coordinate representation of color #D5C882: hue angle of 50.6º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5C882 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 130 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.16 |
| HSL | 50.6º | 0.5% | 0.67% | - |
| HSV(B) | 50.6º | 0.39% | 0.84% | - |
| XYZ | 52.12 | 57.07 | 29.39 | - |
| YUV | 195.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 130 | 0 | 0.06 | 0.39 | 0.16 | 50.6 | 0.5 | 0.67 |
| Hex | D5 | C8 | 82 | 0 | 6 | 27 | 10 | 33 | 32 | 43 |
| Octal | 325 | 310 | 202 | 0 | 6 | 47 | 20 | 63 | 62 | 103 |
| Binary | 11010101 | 11001000 | 10000010 | 0 | 110 | 100111 | 10000 | 110011 | 110010 | 1000011 |
Color Harmonies of #D5C882
Complementary color
Monochromatic Colors of #D5C882
Black with #D5C882
Text Example
Text Example
White with #D5C882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C882; }
p { color: rgb(213,200,130); }
H1.HeaderClassName
{
color: #D5C882;
}
.AnyTagClassName
{
color: #D5C882;
}
</style>
background-color css
<style>
a { background-color: #D5C882; }
a { background-color: rgb(213,200,130); }
div.DivClassName
{
background-color: #D5C882;
}
.BgClassName
{
background-color: #D5C882;
}
</style>
border-color css
<style>
span { border-color: #D5C882; }
span { border-color: rgb(213,200,130); }
td.TdClassName
{
border-color: #D5C882;
}
.TagClassName
{
border-color: #D5C882;
}
</style>