Shades of Winter Hazel #D2C590
Tints of Winter Hazel #D2C590
RGB
CMYK
RGB Variations
Color information
#D2C590 (or 0xD2C590) is known color: Winter Hazel. HEX triplet: D2, C5 and 90. RGB value is (210,197,144). Sum of RGB (Red+Green+Blue) = 210+197+144=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C590 is #2D3A6F. Grayscale: #C3C3C3. Windows color (decimal): -2964080 or 9487826. OLE color: 9487826.
HSL color Cylindrical-coordinate representation of color #D2C590: hue angle of 48.18º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2C590 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 144 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.18 |
| HSL | 48.18º | 0.42% | 0.69% | - |
| HSV(B) | 48.18º | 0.31% | 0.82% | - |
| XYZ | 51.58 | 55.65 | 34.41 | - |
| YUV | 194.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 144 | 0 | 0.06 | 0.31 | 0.18 | 48.18 | 0.42 | 0.69 |
| Hex | D2 | C5 | 90 | 0 | 6 | 1F | 12 | 30 | 2A | 45 |
| Octal | 322 | 305 | 220 | 0 | 6 | 37 | 22 | 60 | 52 | 105 |
| Binary | 11010010 | 11000101 | 10010000 | 0 | 110 | 11111 | 10010 | 110000 | 101010 | 1000101 |
Color Harmonies of #D2C590
Complementary color
Monochromatic Colors of #D2C590
Black with #D2C590
Text Example
Text Example
White with #D2C590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C590; }
p { color: rgb(210,197,144); }
H1.HeaderClassName
{
color: #D2C590;
}
.AnyTagClassName
{
color: #D2C590;
}
</style>
background-color css
<style>
a { background-color: #D2C590; }
a { background-color: rgb(210,197,144); }
div.DivClassName
{
background-color: #D2C590;
}
.BgClassName
{
background-color: #D2C590;
}
</style>
border-color css
<style>
span { border-color: #D2C590; }
span { border-color: rgb(210,197,144); }
td.TdClassName
{
border-color: #D2C590;
}
.TagClassName
{
border-color: #D2C590;
}
</style>