Shades of Tusk #DAE2AA
Tints of Tusk #DAE2AA
RGB
CMYK
RGB Variations
Color information
#DAE2AA (or 0xDAE2AA) is known color: Tusk. HEX triplet: DA, E2 and AA. RGB value is (218,226,170). Sum of RGB (Red+Green+Blue) = 218+226+170=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE2AA is #251D55. Grayscale: #D9D9D9. Windows color (decimal): -2432342 or 11199194. OLE color: 11199194.
HSL color Cylindrical-coordinate representation of color #DAE2AA: hue angle of 68.57º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAE2AA is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 170 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.11 |
| HSL | 68.57º | 0.49% | 0.78% | - |
| HSV(B) | 68.57º | 0.25% | 0.89% | - |
| XYZ | 63.37 | 72.2 | 48.63 | - |
| YUV | 217.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 170 | 0.04 | 0 | 0.25 | 0.11 | 68.57 | 0.49 | 0.78 |
| Hex | DA | E2 | AA | 4 | 0 | 19 | B | 45 | 31 | 4E |
| Octal | 332 | 342 | 252 | 4 | 0 | 31 | 13 | 105 | 61 | 116 |
| Binary | 11011010 | 11100010 | 10101010 | 100 | 0 | 11001 | 1011 | 1000101 | 110001 | 1001110 |
Color Harmonies of #DAE2AA
Complementary color
Monochromatic Colors of #DAE2AA
Black with #DAE2AA
Text Example
Text Example
White with #DAE2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2AA; }
p { color: rgb(218,226,170); }
H1.HeaderClassName
{
color: #DAE2AA;
}
.AnyTagClassName
{
color: #DAE2AA;
}
</style>
background-color css
<style>
a { background-color: #DAE2AA; }
a { background-color: rgb(218,226,170); }
div.DivClassName
{
background-color: #DAE2AA;
}
.BgClassName
{
background-color: #DAE2AA;
}
</style>
border-color css
<style>
span { border-color: #DAE2AA; }
span { border-color: rgb(218,226,170); }
td.TdClassName
{
border-color: #DAE2AA;
}
.TagClassName
{
border-color: #DAE2AA;
}
</style>