Shades of Tusk #DAE0AA
Tints of Tusk #DAE0AA
RGB
CMYK
RGB Variations
Color information
#DAE0AA (or 0xDAE0AA) is known color: Tusk. HEX triplet: DA, E0 and AA. RGB value is (218,224,170). Sum of RGB (Red+Green+Blue) = 218+224+170=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE0AA is #251F55. Grayscale: #D8D8D8. Windows color (decimal): -2432854 or 11198682. OLE color: 11198682.
HSL color Cylindrical-coordinate representation of color #DAE0AA: hue angle of 66.67º degrees, saturation: 0.47, 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 #DAE0AA is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 170 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.12 |
| HSL | 66.67º | 0.47% | 0.77% | - |
| HSV(B) | 66.67º | 0.24% | 0.88% | - |
| XYZ | 62.82 | 71.12 | 48.45 | - |
| YUV | 216.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 170 | 0.03 | 0 | 0.24 | 0.12 | 66.67 | 0.47 | 0.77 |
| Hex | DA | E0 | AA | 3 | 0 | 18 | C | 43 | 2F | 4D |
| Octal | 332 | 340 | 252 | 3 | 0 | 30 | 14 | 103 | 57 | 115 |
| Binary | 11011010 | 11100000 | 10101010 | 11 | 0 | 11000 | 1100 | 1000011 | 101111 | 1001101 |
Color Harmonies of #DAE0AA
Complementary color
Monochromatic Colors of #DAE0AA
Black with #DAE0AA
Text Example
Text Example
White with #DAE0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0AA; }
p { color: rgb(218,224,170); }
H1.HeaderClassName
{
color: #DAE0AA;
}
.AnyTagClassName
{
color: #DAE0AA;
}
</style>
background-color css
<style>
a { background-color: #DAE0AA; }
a { background-color: rgb(218,224,170); }
div.DivClassName
{
background-color: #DAE0AA;
}
.BgClassName
{
background-color: #DAE0AA;
}
</style>
border-color css
<style>
span { border-color: #DAE0AA; }
span { border-color: rgb(218,224,170); }
td.TdClassName
{
border-color: #DAE0AA;
}
.TagClassName
{
border-color: #DAE0AA;
}
</style>