Shades of Tusk #DAE6AA
Tints of Tusk #DAE6AA
RGB
CMYK
RGB Variations
Color information
#DAE6AA (or 0xDAE6AA) is known color: Tusk. HEX triplet: DA, E6 and AA. RGB value is (218,230,170). Sum of RGB (Red+Green+Blue) = 218+230+170=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE6AA is #251955. Grayscale: #DBDBDB. Windows color (decimal): -2431318 or 11200218. OLE color: 11200218.
HSL color Cylindrical-coordinate representation of color #DAE6AA: hue angle of 72º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAE6AA is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 170 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.10 |
| HSL | 72º | 0.55% | 0.78% | - |
| HSV(B) | 72º | 0.26% | 0.9% | - |
| XYZ | 64.47 | 74.4 | 48.99 | - |
| YUV | 219.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 170 | 0.05 | 0 | 0.26 | 0.10 | 72 | 0.55 | 0.78 |
| Hex | DA | E6 | AA | 5 | 0 | 1A | A | 48 | 37 | 4E |
| Octal | 332 | 346 | 252 | 5 | 0 | 32 | 12 | 110 | 67 | 116 |
| Binary | 11011010 | 11100110 | 10101010 | 101 | 0 | 11010 | 1010 | 1001000 | 110111 | 1001110 |
Color Harmonies of #DAE6AA
Complementary color
Monochromatic Colors of #DAE6AA
Black with #DAE6AA
Text Example
Text Example
White with #DAE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6AA; }
p { color: rgb(218,230,170); }
H1.HeaderClassName
{
color: #DAE6AA;
}
.AnyTagClassName
{
color: #DAE6AA;
}
</style>
background-color css
<style>
a { background-color: #DAE6AA; }
a { background-color: rgb(218,230,170); }
div.DivClassName
{
background-color: #DAE6AA;
}
.BgClassName
{
background-color: #DAE6AA;
}
</style>
border-color css
<style>
span { border-color: #DAE6AA; }
span { border-color: rgb(218,230,170); }
td.TdClassName
{
border-color: #DAE6AA;
}
.TagClassName
{
border-color: #DAE6AA;
}
</style>