Shades of Tusk #DAE0A3
Tints of Tusk #DAE0A3
RGB
CMYK
RGB Variations
Color information
#DAE0A3 (or 0xDAE0A3) is known color: Tusk. HEX triplet: DA, E0 and A3. RGB value is (218,224,163). Sum of RGB (Red+Green+Blue) = 218+224+163=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 163 (64.06% from 255 or 26.94% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE0A3 is #251F5C. Grayscale: #D7D7D7. Windows color (decimal): -2432861 or 10739930. OLE color: 10739930.
HSL color Cylindrical-coordinate representation of color #DAE0A3: hue angle of 65.9º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAE0A3 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 163 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.12 |
| HSL | 65.9º | 0.5% | 0.76% | - |
| HSV(B) | 65.9º | 0.27% | 0.88% | - |
| XYZ | 62.18 | 70.86 | 45.05 | - |
| YUV | 215.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 163 | 0.03 | 0 | 0.27 | 0.12 | 65.9 | 0.5 | 0.76 |
| Hex | DA | E0 | A3 | 3 | 0 | 1B | C | 42 | 32 | 4C |
| Octal | 332 | 340 | 243 | 3 | 0 | 33 | 14 | 102 | 62 | 114 |
| Binary | 11011010 | 11100000 | 10100011 | 11 | 0 | 11011 | 1100 | 1000010 | 110010 | 1001100 |
Color Harmonies of #DAE0A3
Complementary color
Monochromatic Colors of #DAE0A3
Black with #DAE0A3
Text Example
Text Example
White with #DAE0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0A3; }
p { color: rgb(218,224,163); }
H1.HeaderClassName
{
color: #DAE0A3;
}
.AnyTagClassName
{
color: #DAE0A3;
}
</style>
background-color css
<style>
a { background-color: #DAE0A3; }
a { background-color: rgb(218,224,163); }
div.DivClassName
{
background-color: #DAE0A3;
}
.BgClassName
{
background-color: #DAE0A3;
}
</style>
border-color css
<style>
span { border-color: #DAE0A3; }
span { border-color: rgb(218,224,163); }
td.TdClassName
{
border-color: #DAE0A3;
}
.TagClassName
{
border-color: #DAE0A3;
}
</style>