Shades of Tusk #DADDAA
Tints of Tusk #DADDAA
RGB
CMYK
RGB Variations
Color information
#DADDAA (or 0xDADDAA) is known color: Tusk. HEX triplet: DA, DD and AA. RGB value is (218,221,170). Sum of RGB (Red+Green+Blue) = 218+221+170=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADDAA is #252255. Grayscale: #D6D6D6. Windows color (decimal): -2433622 or 11197914. OLE color: 11197914.
HSL color Cylindrical-coordinate representation of color #DADDAA: hue angle of 63.53º degrees, saturation: 0.43, 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 #DADDAA is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 170 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.13 |
| HSL | 63.53º | 0.43% | 0.77% | - |
| HSV(B) | 63.53º | 0.23% | 0.87% | - |
| XYZ | 62.03 | 69.52 | 48.18 | - |
| YUV | 214.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 170 | 0.01 | 0 | 0.23 | 0.13 | 63.53 | 0.43 | 0.77 |
| Hex | DA | DD | AA | 1 | 0 | 17 | D | 40 | 2B | 4D |
| Octal | 332 | 335 | 252 | 1 | 0 | 27 | 15 | 100 | 53 | 115 |
| Binary | 11011010 | 11011101 | 10101010 | 1 | 0 | 10111 | 1101 | 1000000 | 101011 | 1001101 |
Color Harmonies of #DADDAA
Complementary color
Monochromatic Colors of #DADDAA
Black with #DADDAA
Text Example
Text Example
White with #DADDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDAA; }
p { color: rgb(218,221,170); }
H1.HeaderClassName
{
color: #DADDAA;
}
.AnyTagClassName
{
color: #DADDAA;
}
</style>
background-color css
<style>
a { background-color: #DADDAA; }
a { background-color: rgb(218,221,170); }
div.DivClassName
{
background-color: #DADDAA;
}
.BgClassName
{
background-color: #DADDAA;
}
</style>
border-color css
<style>
span { border-color: #DADDAA; }
span { border-color: rgb(218,221,170); }
td.TdClassName
{
border-color: #DADDAA;
}
.TagClassName
{
border-color: #DADDAA;
}
</style>