Shades of Tusk #DAE3AA
Tints of Tusk #DAE3AA
RGB
CMYK
RGB Variations
Color information
#DAE3AA (or 0xDAE3AA) is known color: Tusk. HEX triplet: DA, E3 and AA. RGB value is (218,227,170). Sum of RGB (Red+Green+Blue) = 218+227+170=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE3AA is #251C55. Grayscale: #DADADA. Windows color (decimal): -2432086 or 11199450. OLE color: 11199450.
HSL color Cylindrical-coordinate representation of color #DAE3AA: hue angle of 69.47º degrees, saturation: 0.5, 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 #DAE3AA is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 170 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.11 |
| HSL | 69.47º | 0.5% | 0.78% | - |
| HSV(B) | 69.47º | 0.25% | 0.89% | - |
| XYZ | 63.64 | 72.75 | 48.72 | - |
| YUV | 217.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 170 | 0.04 | 0 | 0.25 | 0.11 | 69.47 | 0.5 | 0.78 |
| Hex | DA | E3 | AA | 4 | 0 | 19 | B | 45 | 32 | 4E |
| Octal | 332 | 343 | 252 | 4 | 0 | 31 | 13 | 105 | 62 | 116 |
| Binary | 11011010 | 11100011 | 10101010 | 100 | 0 | 11001 | 1011 | 1000101 | 110010 | 1001110 |
Color Harmonies of #DAE3AA
Complementary color
Monochromatic Colors of #DAE3AA
Black with #DAE3AA
Text Example
Text Example
White with #DAE3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3AA; }
p { color: rgb(218,227,170); }
H1.HeaderClassName
{
color: #DAE3AA;
}
.AnyTagClassName
{
color: #DAE3AA;
}
</style>
background-color css
<style>
a { background-color: #DAE3AA; }
a { background-color: rgb(218,227,170); }
div.DivClassName
{
background-color: #DAE3AA;
}
.BgClassName
{
background-color: #DAE3AA;
}
</style>
border-color css
<style>
span { border-color: #DAE3AA; }
span { border-color: rgb(218,227,170); }
td.TdClassName
{
border-color: #DAE3AA;
}
.TagClassName
{
border-color: #DAE3AA;
}
</style>