Shades of Tusk #DAE4AF
Tints of Tusk #DAE4AF
RGB
CMYK
RGB Variations
Color information
#DAE4AF (or 0xDAE4AF) is known color: Tusk. HEX triplet: DA, E4 and AF. RGB value is (218,228,175). Sum of RGB (Red+Green+Blue) = 218+228+175=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE4AF is #251B50. Grayscale: #DBDBDB. Windows color (decimal): -2431825 or 11527386. OLE color: 11527386.
HSL color Cylindrical-coordinate representation of color #DAE4AF: hue angle of 71.32º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAE4AF is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 175 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.11 |
| HSL | 71.32º | 0.5% | 0.79% | - |
| HSV(B) | 71.32º | 0.23% | 0.89% | - |
| XYZ | 64.39 | 73.49 | 51.35 | - |
| YUV | 218.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 175 | 0.04 | 0 | 0.23 | 0.11 | 71.32 | 0.5 | 0.79 |
| Hex | DA | E4 | AF | 4 | 0 | 17 | B | 47 | 32 | 4F |
| Octal | 332 | 344 | 257 | 4 | 0 | 27 | 13 | 107 | 62 | 117 |
| Binary | 11011010 | 11100100 | 10101111 | 100 | 0 | 10111 | 1011 | 1000111 | 110010 | 1001111 |
Color Harmonies of #DAE4AF
Complementary color
Monochromatic Colors of #DAE4AF
Black with #DAE4AF
Text Example
Text Example
White with #DAE4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4AF; }
p { color: rgb(218,228,175); }
H1.HeaderClassName
{
color: #DAE4AF;
}
.AnyTagClassName
{
color: #DAE4AF;
}
</style>
background-color css
<style>
a { background-color: #DAE4AF; }
a { background-color: rgb(218,228,175); }
div.DivClassName
{
background-color: #DAE4AF;
}
.BgClassName
{
background-color: #DAE4AF;
}
</style>
border-color css
<style>
span { border-color: #DAE4AF; }
span { border-color: rgb(218,228,175); }
td.TdClassName
{
border-color: #DAE4AF;
}
.TagClassName
{
border-color: #DAE4AF;
}
</style>