Shades of Tusk #DAE7AA
Tints of Tusk #DAE7AA
RGB
CMYK
RGB Variations
Color information
#DAE7AA (or 0xDAE7AA) is known color: Tusk. HEX triplet: DA, E7 and AA. RGB value is (218,231,170). Sum of RGB (Red+Green+Blue) = 218+231+170=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE7AA is #251855. Grayscale: #DCDCDC. Windows color (decimal): -2431062 or 11200474. OLE color: 11200474.
HSL color Cylindrical-coordinate representation of color #DAE7AA: hue angle of 72.79º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAE7AA is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 170 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.09 |
| HSL | 72.79º | 0.56% | 0.79% | - |
| HSV(B) | 72.79º | 0.26% | 0.91% | - |
| XYZ | 64.75 | 74.96 | 49.09 | - |
| YUV | 220.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 170 | 0.06 | 0 | 0.26 | 0.09 | 72.79 | 0.56 | 0.79 |
| Hex | DA | E7 | AA | 6 | 0 | 1A | 9 | 49 | 38 | 4F |
| Octal | 332 | 347 | 252 | 6 | 0 | 32 | 11 | 111 | 70 | 117 |
| Binary | 11011010 | 11100111 | 10101010 | 110 | 0 | 11010 | 1001 | 1001001 | 111000 | 1001111 |
Color Harmonies of #DAE7AA
Complementary color
Monochromatic Colors of #DAE7AA
Black with #DAE7AA
Text Example
Text Example
White with #DAE7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7AA; }
p { color: rgb(218,231,170); }
H1.HeaderClassName
{
color: #DAE7AA;
}
.AnyTagClassName
{
color: #DAE7AA;
}
</style>
background-color css
<style>
a { background-color: #DAE7AA; }
a { background-color: rgb(218,231,170); }
div.DivClassName
{
background-color: #DAE7AA;
}
.BgClassName
{
background-color: #DAE7AA;
}
</style>
border-color css
<style>
span { border-color: #DAE7AA; }
span { border-color: rgb(218,231,170); }
td.TdClassName
{
border-color: #DAE7AA;
}
.TagClassName
{
border-color: #DAE7AA;
}
</style>