Shades of Tusk #DAE1AF
Tints of Tusk #DAE1AF
RGB
CMYK
RGB Variations
Color information
#DAE1AF (or 0xDAE1AF) is known color: Tusk. HEX triplet: DA, E1 and AF. RGB value is (218,225,175). Sum of RGB (Red+Green+Blue) = 218+225+175=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE1AF is #251E50. Grayscale: #D9D9D9. Windows color (decimal): -2432593 or 11526618. OLE color: 11526618.
HSL color Cylindrical-coordinate representation of color #DAE1AF: hue angle of 68.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAE1AF is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 175 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.12 |
| HSL | 68.4º | 0.45% | 0.78% | - |
| HSV(B) | 68.4º | 0.22% | 0.88% | - |
| XYZ | 63.58 | 71.85 | 51.08 | - |
| YUV | 217.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 175 | 0.03 | 0 | 0.22 | 0.12 | 68.4 | 0.45 | 0.78 |
| Hex | DA | E1 | AF | 3 | 0 | 16 | C | 44 | 2D | 4E |
| Octal | 332 | 341 | 257 | 3 | 0 | 26 | 14 | 104 | 55 | 116 |
| Binary | 11011010 | 11100001 | 10101111 | 11 | 0 | 10110 | 1100 | 1000100 | 101101 | 1001110 |
Color Harmonies of #DAE1AF
Complementary color
Monochromatic Colors of #DAE1AF
Black with #DAE1AF
Text Example
Text Example
White with #DAE1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1AF; }
p { color: rgb(218,225,175); }
H1.HeaderClassName
{
color: #DAE1AF;
}
.AnyTagClassName
{
color: #DAE1AF;
}
</style>
background-color css
<style>
a { background-color: #DAE1AF; }
a { background-color: rgb(218,225,175); }
div.DivClassName
{
background-color: #DAE1AF;
}
.BgClassName
{
background-color: #DAE1AF;
}
</style>
border-color css
<style>
span { border-color: #DAE1AF; }
span { border-color: rgb(218,225,175); }
td.TdClassName
{
border-color: #DAE1AF;
}
.TagClassName
{
border-color: #DAE1AF;
}
</style>