Shades of Tusk #DADCAA
Tints of Tusk #DADCAA
RGB
CMYK
RGB Variations
Color information
#DADCAA (or 0xDADCAA) is known color: Tusk. HEX triplet: DA, DC and AA. RGB value is (218,220,170). Sum of RGB (Red+Green+Blue) = 218+220+170=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCAA is #252355. Grayscale: #D5D5D5. Windows color (decimal): -2433878 or 11197658. OLE color: 11197658.
HSL color Cylindrical-coordinate representation of color #DADCAA: hue angle of 62.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DADCAA is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 170 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.14 |
| HSL | 62.4º | 0.42% | 0.76% | - |
| HSV(B) | 62.4º | 0.23% | 0.86% | - |
| XYZ | 61.76 | 68.99 | 48.09 | - |
| YUV | 213.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 170 | 0.01 | 0 | 0.23 | 0.14 | 62.4 | 0.42 | 0.76 |
| Hex | DA | DC | AA | 1 | 0 | 17 | E | 3E | 2A | 4C |
| Octal | 332 | 334 | 252 | 1 | 0 | 27 | 16 | 76 | 52 | 114 |
| Binary | 11011010 | 11011100 | 10101010 | 1 | 0 | 10111 | 1110 | 111110 | 101010 | 1001100 |
Color Harmonies of #DADCAA
Complementary color
Monochromatic Colors of #DADCAA
Black with #DADCAA
Text Example
Text Example
White with #DADCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCAA; }
p { color: rgb(218,220,170); }
H1.HeaderClassName
{
color: #DADCAA;
}
.AnyTagClassName
{
color: #DADCAA;
}
</style>
background-color css
<style>
a { background-color: #DADCAA; }
a { background-color: rgb(218,220,170); }
div.DivClassName
{
background-color: #DADCAA;
}
.BgClassName
{
background-color: #DADCAA;
}
</style>
border-color css
<style>
span { border-color: #DADCAA; }
span { border-color: rgb(218,220,170); }
td.TdClassName
{
border-color: #DADCAA;
}
.TagClassName
{
border-color: #DADCAA;
}
</style>