Shades of Tusk #DAE5A1
Tints of Tusk #DAE5A1
RGB
CMYK
RGB Variations
Color information
#DAE5A1 (or 0xDAE5A1) is known color: Tusk. HEX triplet: DA, E5 and A1. RGB value is (218,229,161). Sum of RGB (Red+Green+Blue) = 218+229+161=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 161 (63.28% from 255 or 26.48% from 608); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE5A1 is #251A5E. Grayscale: #DADADA. Windows color (decimal): -2431583 or 10610138. OLE color: 10610138.
HSL color Cylindrical-coordinate representation of color #DAE5A1: hue angle of 69.71º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAE5A1 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 161 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.10 |
| HSL | 69.71º | 0.57% | 0.76% | - |
| HSV(B) | 69.71º | 0.3% | 0.9% | - |
| XYZ | 63.37 | 73.52 | 44.57 | - |
| YUV | 217.96 | 95.86 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 161 | 0.05 | 0 | 0.30 | 0.10 | 69.71 | 0.57 | 0.76 |
| Hex | DA | E5 | A1 | 5 | 0 | 1E | A | 46 | 39 | 4C |
| Octal | 332 | 345 | 241 | 5 | 0 | 36 | 12 | 106 | 71 | 114 |
| Binary | 11011010 | 11100101 | 10100001 | 101 | 0 | 11110 | 1010 | 1000110 | 111001 | 1001100 |
Color Harmonies of #DAE5A1
Complementary color
Monochromatic Colors of #DAE5A1
Black with #DAE5A1
Text Example
Text Example
White with #DAE5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5A1; }
p { color: rgb(218,229,161); }
H1.HeaderClassName
{
color: #DAE5A1;
}
.AnyTagClassName
{
color: #DAE5A1;
}
</style>
background-color css
<style>
a { background-color: #DAE5A1; }
a { background-color: rgb(218,229,161); }
div.DivClassName
{
background-color: #DAE5A1;
}
.BgClassName
{
background-color: #DAE5A1;
}
</style>
border-color css
<style>
span { border-color: #DAE5A1; }
span { border-color: rgb(218,229,161); }
td.TdClassName
{
border-color: #DAE5A1;
}
.TagClassName
{
border-color: #DAE5A1;
}
</style>