Shades of Tusk #DAE8AA
Tints of Tusk #DAE8AA
RGB
CMYK
RGB Variations
Color information
#DAE8AA (or 0xDAE8AA) is known color: Tusk. HEX triplet: DA, E8 and AA. RGB value is (218,232,170). Sum of RGB (Red+Green+Blue) = 218+232+170=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE8AA is #251755. Grayscale: #DCDCDC. Windows color (decimal): -2430806 or 11200730. OLE color: 11200730.
HSL color Cylindrical-coordinate representation of color #DAE8AA: hue angle of 73.55º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAE8AA is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 170 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.09 |
| HSL | 73.55º | 0.57% | 0.79% | - |
| HSV(B) | 73.55º | 0.27% | 0.91% | - |
| XYZ | 65.03 | 75.52 | 49.18 | - |
| YUV | 220.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 170 | 0.06 | 0 | 0.27 | 0.09 | 73.55 | 0.57 | 0.79 |
| Hex | DA | E8 | AA | 6 | 0 | 1B | 9 | 4A | 39 | 4F |
| Octal | 332 | 350 | 252 | 6 | 0 | 33 | 11 | 112 | 71 | 117 |
| Binary | 11011010 | 11101000 | 10101010 | 110 | 0 | 11011 | 1001 | 1001010 | 111001 | 1001111 |
Color Harmonies of #DAE8AA
Complementary color
Monochromatic Colors of #DAE8AA
Black with #DAE8AA
Text Example
Text Example
White with #DAE8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8AA; }
p { color: rgb(218,232,170); }
H1.HeaderClassName
{
color: #DAE8AA;
}
.AnyTagClassName
{
color: #DAE8AA;
}
</style>
background-color css
<style>
a { background-color: #DAE8AA; }
a { background-color: rgb(218,232,170); }
div.DivClassName
{
background-color: #DAE8AA;
}
.BgClassName
{
background-color: #DAE8AA;
}
</style>
border-color css
<style>
span { border-color: #DAE8AA; }
span { border-color: rgb(218,232,170); }
td.TdClassName
{
border-color: #DAE8AA;
}
.TagClassName
{
border-color: #DAE8AA;
}
</style>