Shades of Winter Hazel #D3C490
Tints of Winter Hazel #D3C490
RGB
CMYK
RGB Variations
Color information
#D3C490 (or 0xD3C490) is known color: Winter Hazel. HEX triplet: D3, C4 and 90. RGB value is (211,196,144). Sum of RGB (Red+Green+Blue) = 211+196+144=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C490 is #2C3B6F. Grayscale: #C2C2C2. Windows color (decimal): -2898800 or 9487571. OLE color: 9487571.
HSL color Cylindrical-coordinate representation of color #D3C490: hue angle of 46.57º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3C490 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 196 | 144 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.17 |
| HSL | 46.57º | 0.43% | 0.7% | - |
| HSV(B) | 46.57º | 0.32% | 0.83% | - |
| XYZ | 51.64 | 55.34 | 34.35 | - |
| YUV | 194.56 | 99.47 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 196 | 144 | 0 | 0.07 | 0.32 | 0.17 | 46.57 | 0.43 | 0.7 |
| Hex | D3 | C4 | 90 | 0 | 7 | 20 | 11 | 2F | 2B | 46 |
| Octal | 323 | 304 | 220 | 0 | 7 | 40 | 21 | 57 | 53 | 106 |
| Binary | 11010011 | 11000100 | 10010000 | 0 | 111 | 100000 | 10001 | 101111 | 101011 | 1000110 |
Color Harmonies of #D3C490
Complementary color
Monochromatic Colors of #D3C490
Black with #D3C490
Text Example
Text Example
White with #D3C490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C490; }
p { color: rgb(211,196,144); }
H1.HeaderClassName
{
color: #D3C490;
}
.AnyTagClassName
{
color: #D3C490;
}
</style>
background-color css
<style>
a { background-color: #D3C490; }
a { background-color: rgb(211,196,144); }
div.DivClassName
{
background-color: #D3C490;
}
.BgClassName
{
background-color: #D3C490;
}
</style>
border-color css
<style>
span { border-color: #D3C490; }
span { border-color: rgb(211,196,144); }
td.TdClassName
{
border-color: #D3C490;
}
.TagClassName
{
border-color: #D3C490;
}
</style>