Shades of Tusk #DAE1A4
Tints of Tusk #DAE1A4
RGB
CMYK
RGB Variations
Color information
#DAE1A4 (or 0xDAE1A4) is known color: Tusk. HEX triplet: DA, E1 and A4. RGB value is (218,225,164). Sum of RGB (Red+Green+Blue) = 218+225+164=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE1A4 is #251E5B. Grayscale: #D8D8D8. Windows color (decimal): -2432604 or 10805722. OLE color: 10805722.
HSL color Cylindrical-coordinate representation of color #DAE1A4: hue angle of 66.89º 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 #DAE1A4 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 164 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.12 |
| HSL | 66.89º | 0.5% | 0.76% | - |
| HSV(B) | 66.89º | 0.27% | 0.88% | - |
| XYZ | 62.54 | 71.44 | 45.61 | - |
| YUV | 215.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 164 | 0.03 | 0 | 0.27 | 0.12 | 66.89 | 0.5 | 0.76 |
| Hex | DA | E1 | A4 | 3 | 0 | 1B | C | 43 | 32 | 4C |
| Octal | 332 | 341 | 244 | 3 | 0 | 33 | 14 | 103 | 62 | 114 |
| Binary | 11011010 | 11100001 | 10100100 | 11 | 0 | 11011 | 1100 | 1000011 | 110010 | 1001100 |
Color Harmonies of #DAE1A4
Complementary color
Monochromatic Colors of #DAE1A4
Black with #DAE1A4
Text Example
Text Example
White with #DAE1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1A4; }
p { color: rgb(218,225,164); }
H1.HeaderClassName
{
color: #DAE1A4;
}
.AnyTagClassName
{
color: #DAE1A4;
}
</style>
background-color css
<style>
a { background-color: #DAE1A4; }
a { background-color: rgb(218,225,164); }
div.DivClassName
{
background-color: #DAE1A4;
}
.BgClassName
{
background-color: #DAE1A4;
}
</style>
border-color css
<style>
span { border-color: #DAE1A4; }
span { border-color: rgb(218,225,164); }
td.TdClassName
{
border-color: #DAE1A4;
}
.TagClassName
{
border-color: #DAE1A4;
}
</style>