Shades of Tusk #D9E4A1
Tints of Tusk #D9E4A1
RGB
CMYK
RGB Variations
Color information
#D9E4A1 (or 0xD9E4A1) is known color: Tusk. HEX triplet: D9, E4 and A1. RGB value is (217,228,161). Sum of RGB (Red+Green+Blue) = 217+228+161=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 161 (63.28% from 255 or 26.57% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E4A1 is #261B5E. Grayscale: #D9D9D9. Windows color (decimal): -2497375 or 10609881. OLE color: 10609881.
HSL color Cylindrical-coordinate representation of color #D9E4A1: hue angle of 69.85º 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 #D9E4A1 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 228 | 161 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.11 |
| HSL | 69.85º | 0.55% | 0.76% | - |
| HSV(B) | 69.85º | 0.29% | 0.89% | - |
| XYZ | 62.79 | 72.81 | 44.46 | - |
| YUV | 217.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 228 | 161 | 0.05 | 0 | 0.29 | 0.11 | 69.85 | 0.55 | 0.76 |
| Hex | D9 | E4 | A1 | 5 | 0 | 1D | B | 46 | 37 | 4C |
| Octal | 331 | 344 | 241 | 5 | 0 | 35 | 13 | 106 | 67 | 114 |
| Binary | 11011001 | 11100100 | 10100001 | 101 | 0 | 11101 | 1011 | 1000110 | 110111 | 1001100 |
Color Harmonies of #D9E4A1
Complementary color
Monochromatic Colors of #D9E4A1
Black with #D9E4A1
Text Example
Text Example
White with #D9E4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E4A1; }
p { color: rgb(217,228,161); }
H1.HeaderClassName
{
color: #D9E4A1;
}
.AnyTagClassName
{
color: #D9E4A1;
}
</style>
background-color css
<style>
a { background-color: #D9E4A1; }
a { background-color: rgb(217,228,161); }
div.DivClassName
{
background-color: #D9E4A1;
}
.BgClassName
{
background-color: #D9E4A1;
}
</style>
border-color css
<style>
span { border-color: #D9E4A1; }
span { border-color: rgb(217,228,161); }
td.TdClassName
{
border-color: #D9E4A1;
}
.TagClassName
{
border-color: #D9E4A1;
}
</style>