Shades of Tusk #DAE4AD
Tints of Tusk #DAE4AD
RGB
CMYK
RGB Variations
Color information
#DAE4AD (or 0xDAE4AD) is known color: Tusk. HEX triplet: DA, E4 and AD. RGB value is (218,228,173). Sum of RGB (Red+Green+Blue) = 218+228+173=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE4AD is #251B52. Grayscale: #DADADA. Windows color (decimal): -2431827 or 11396314. OLE color: 11396314.
HSL color Cylindrical-coordinate representation of color #DAE4AD: hue angle of 70.91º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAE4AD is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 173 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.11 |
| HSL | 70.91º | 0.5% | 0.79% | - |
| HSV(B) | 70.91º | 0.24% | 0.89% | - |
| XYZ | 64.2 | 73.41 | 50.32 | - |
| YUV | 218.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 173 | 0.04 | 0 | 0.24 | 0.11 | 70.91 | 0.5 | 0.79 |
| Hex | DA | E4 | AD | 4 | 0 | 18 | B | 47 | 32 | 4F |
| Octal | 332 | 344 | 255 | 4 | 0 | 30 | 13 | 107 | 62 | 117 |
| Binary | 11011010 | 11100100 | 10101101 | 100 | 0 | 11000 | 1011 | 1000111 | 110010 | 1001111 |
Color Harmonies of #DAE4AD
Complementary color
Monochromatic Colors of #DAE4AD
Black with #DAE4AD
Text Example
Text Example
White with #DAE4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4AD; }
p { color: rgb(218,228,173); }
H1.HeaderClassName
{
color: #DAE4AD;
}
.AnyTagClassName
{
color: #DAE4AD;
}
</style>
background-color css
<style>
a { background-color: #DAE4AD; }
a { background-color: rgb(218,228,173); }
div.DivClassName
{
background-color: #DAE4AD;
}
.BgClassName
{
background-color: #DAE4AD;
}
</style>
border-color css
<style>
span { border-color: #DAE4AD; }
span { border-color: rgb(218,228,173); }
td.TdClassName
{
border-color: #DAE4AD;
}
.TagClassName
{
border-color: #DAE4AD;
}
</style>