Shades of Tusk #DAE1A0
Tints of Tusk #DAE1A0
RGB
CMYK
RGB Variations
Color information
#DAE1A0 (or 0xDAE1A0) is known color: Tusk. HEX triplet: DA, E1 and A0. RGB value is (218,225,160). Sum of RGB (Red+Green+Blue) = 218+225+160=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE1A0 is #251E5F. Grayscale: #D7D7D7. Windows color (decimal): -2432608 or 10543578. OLE color: 10543578.
HSL color Cylindrical-coordinate representation of color #DAE1A0: hue angle of 66.46º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAE1A0 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 160 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.12 |
| HSL | 66.46º | 0.52% | 0.75% | - |
| HSV(B) | 66.46º | 0.29% | 0.88% | - |
| XYZ | 62.18 | 71.29 | 43.74 | - |
| YUV | 215.5 | 96.68 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 160 | 0.03 | 0 | 0.29 | 0.12 | 66.46 | 0.52 | 0.75 |
| Hex | DA | E1 | A0 | 3 | 0 | 1D | C | 42 | 34 | 4B |
| Octal | 332 | 341 | 240 | 3 | 0 | 35 | 14 | 102 | 64 | 113 |
| Binary | 11011010 | 11100001 | 10100000 | 11 | 0 | 11101 | 1100 | 1000010 | 110100 | 1001011 |
Color Harmonies of #DAE1A0
Complementary color
Monochromatic Colors of #DAE1A0
Black with #DAE1A0
Text Example
Text Example
White with #DAE1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1A0; }
p { color: rgb(218,225,160); }
H1.HeaderClassName
{
color: #DAE1A0;
}
.AnyTagClassName
{
color: #DAE1A0;
}
</style>
background-color css
<style>
a { background-color: #DAE1A0; }
a { background-color: rgb(218,225,160); }
div.DivClassName
{
background-color: #DAE1A0;
}
.BgClassName
{
background-color: #DAE1A0;
}
</style>
border-color css
<style>
span { border-color: #DAE1A0; }
span { border-color: rgb(218,225,160); }
td.TdClassName
{
border-color: #DAE1A0;
}
.TagClassName
{
border-color: #DAE1A0;
}
</style>