Shades of Tusk #D9E4A2
Tints of Tusk #D9E4A2
RGB
CMYK
RGB Variations
Color information
#D9E4A2 (or 0xD9E4A2) is known color: Tusk. HEX triplet: D9, E4 and A2. RGB value is (217,228,162). Sum of RGB (Red+Green+Blue) = 217+228+162=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 162 (63.67% from 255 or 26.69% from 607); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E4A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E4A2 is #261B5D. Grayscale: #D9D9D9. Windows color (decimal): -2497374 or 10675417. OLE color: 10675417.
HSL color Cylindrical-coordinate representation of color #D9E4A2: hue angle of 70º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9E4A2 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 228 | 162 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.11 |
| HSL | 70º | 0.55% | 0.76% | - |
| HSV(B) | 70º | 0.29% | 0.89% | - |
| XYZ | 62.88 | 72.85 | 44.93 | - |
| YUV | 217.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 228 | 162 | 0.05 | 0 | 0.29 | 0.11 | 70 | 0.55 | 0.76 |
| Hex | D9 | E4 | A2 | 5 | 0 | 1D | B | 46 | 37 | 4C |
| Octal | 331 | 344 | 242 | 5 | 0 | 35 | 13 | 106 | 67 | 114 |
| Binary | 11011001 | 11100100 | 10100010 | 101 | 0 | 11101 | 1011 | 1000110 | 110111 | 1001100 |
Color Harmonies of #D9E4A2
Complementary color
Monochromatic Colors of #D9E4A2
Black with #D9E4A2
Text Example
Text Example
White with #D9E4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E4A2; }
p { color: rgb(217,228,162); }
H1.HeaderClassName
{
color: #D9E4A2;
}
.AnyTagClassName
{
color: #D9E4A2;
}
</style>
background-color css
<style>
a { background-color: #D9E4A2; }
a { background-color: rgb(217,228,162); }
div.DivClassName
{
background-color: #D9E4A2;
}
.BgClassName
{
background-color: #D9E4A2;
}
</style>
border-color css
<style>
span { border-color: #D9E4A2; }
span { border-color: rgb(217,228,162); }
td.TdClassName
{
border-color: #D9E4A2;
}
.TagClassName
{
border-color: #D9E4A2;
}
</style>