Shades of Tusk #DADEAA
Tints of Tusk #DADEAA
RGB
CMYK
RGB Variations
Color information
#DADEAA (or 0xDADEAA) is known color: Tusk. HEX triplet: DA, DE and AA. RGB value is (218,222,170). Sum of RGB (Red+Green+Blue) = 218+222+170=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADEAA is #252155. Grayscale: #D7D7D7. Windows color (decimal): -2433366 or 11198170. OLE color: 11198170.
HSL color Cylindrical-coordinate representation of color #DADEAA: hue angle of 64.62º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DADEAA is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 170 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.13 |
| HSL | 64.62º | 0.44% | 0.77% | - |
| HSV(B) | 64.62º | 0.23% | 0.87% | - |
| XYZ | 62.29 | 70.05 | 48.27 | - |
| YUV | 214.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 170 | 0.02 | 0 | 0.23 | 0.13 | 64.62 | 0.44 | 0.77 |
| Hex | DA | DE | AA | 2 | 0 | 17 | D | 41 | 2C | 4D |
| Octal | 332 | 336 | 252 | 2 | 0 | 27 | 15 | 101 | 54 | 115 |
| Binary | 11011010 | 11011110 | 10101010 | 10 | 0 | 10111 | 1101 | 1000001 | 101100 | 1001101 |
Color Harmonies of #DADEAA
Complementary color
Monochromatic Colors of #DADEAA
Black with #DADEAA
Text Example
Text Example
White with #DADEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEAA; }
p { color: rgb(218,222,170); }
H1.HeaderClassName
{
color: #DADEAA;
}
.AnyTagClassName
{
color: #DADEAA;
}
</style>
background-color css
<style>
a { background-color: #DADEAA; }
a { background-color: rgb(218,222,170); }
div.DivClassName
{
background-color: #DADEAA;
}
.BgClassName
{
background-color: #DADEAA;
}
</style>
border-color css
<style>
span { border-color: #DADEAA; }
span { border-color: rgb(218,222,170); }
td.TdClassName
{
border-color: #DADEAA;
}
.TagClassName
{
border-color: #DADEAA;
}
</style>