Shades of Tusk #DAE4AB
Tints of Tusk #DAE4AB
RGB
CMYK
RGB Variations
Color information
#DAE4AB (or 0xDAE4AB) is known color: Tusk. HEX triplet: DA, E4 and AB. RGB value is (218,228,171). Sum of RGB (Red+Green+Blue) = 218+228+171=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE4AB is #251B54. Grayscale: #DADADA. Windows color (decimal): -2431829 or 11265242. OLE color: 11265242.
HSL color Cylindrical-coordinate representation of color #DAE4AB: hue angle of 70.53º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAE4AB is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 171 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.11 |
| HSL | 70.53º | 0.51% | 0.78% | - |
| HSV(B) | 70.53º | 0.25% | 0.89% | - |
| XYZ | 64.01 | 73.33 | 49.31 | - |
| YUV | 218.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 171 | 0.04 | 0 | 0.25 | 0.11 | 70.53 | 0.51 | 0.78 |
| Hex | DA | E4 | AB | 4 | 0 | 19 | B | 47 | 33 | 4E |
| Octal | 332 | 344 | 253 | 4 | 0 | 31 | 13 | 107 | 63 | 116 |
| Binary | 11011010 | 11100100 | 10101011 | 100 | 0 | 11001 | 1011 | 1000111 | 110011 | 1001110 |
Color Harmonies of #DAE4AB
Complementary color
Monochromatic Colors of #DAE4AB
Black with #DAE4AB
Text Example
Text Example
White with #DAE4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4AB; }
p { color: rgb(218,228,171); }
H1.HeaderClassName
{
color: #DAE4AB;
}
.AnyTagClassName
{
color: #DAE4AB;
}
</style>
background-color css
<style>
a { background-color: #DAE4AB; }
a { background-color: rgb(218,228,171); }
div.DivClassName
{
background-color: #DAE4AB;
}
.BgClassName
{
background-color: #DAE4AB;
}
</style>
border-color css
<style>
span { border-color: #DAE4AB; }
span { border-color: rgb(218,228,171); }
td.TdClassName
{
border-color: #DAE4AB;
}
.TagClassName
{
border-color: #DAE4AB;
}
</style>