Shades of Tusk #DAE1AA
Tints of Tusk #DAE1AA
RGB
CMYK
RGB Variations
Color information
#DAE1AA (or 0xDAE1AA) is known color: Tusk. HEX triplet: DA, E1 and AA. RGB value is (218,225,170). Sum of RGB (Red+Green+Blue) = 218+225+170=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE1AA is #251E55. Grayscale: #D8D8D8. Windows color (decimal): -2432598 or 11198938. OLE color: 11198938.
HSL color Cylindrical-coordinate representation of color #DAE1AA: hue angle of 67.64º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAE1AA is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 170 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.12 |
| HSL | 67.64º | 0.48% | 0.77% | - |
| HSV(B) | 67.64º | 0.24% | 0.88% | - |
| XYZ | 63.09 | 71.66 | 48.54 | - |
| YUV | 216.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 170 | 0.03 | 0 | 0.24 | 0.12 | 67.64 | 0.48 | 0.77 |
| Hex | DA | E1 | AA | 3 | 0 | 18 | C | 44 | 30 | 4D |
| Octal | 332 | 341 | 252 | 3 | 0 | 30 | 14 | 104 | 60 | 115 |
| Binary | 11011010 | 11100001 | 10101010 | 11 | 0 | 11000 | 1100 | 1000100 | 110000 | 1001101 |
Color Harmonies of #DAE1AA
Complementary color
Monochromatic Colors of #DAE1AA
Black with #DAE1AA
Text Example
Text Example
White with #DAE1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1AA; }
p { color: rgb(218,225,170); }
H1.HeaderClassName
{
color: #DAE1AA;
}
.AnyTagClassName
{
color: #DAE1AA;
}
</style>
background-color css
<style>
a { background-color: #DAE1AA; }
a { background-color: rgb(218,225,170); }
div.DivClassName
{
background-color: #DAE1AA;
}
.BgClassName
{
background-color: #DAE1AA;
}
</style>
border-color css
<style>
span { border-color: #DAE1AA; }
span { border-color: rgb(218,225,170); }
td.TdClassName
{
border-color: #DAE1AA;
}
.TagClassName
{
border-color: #DAE1AA;
}
</style>