Shades of Tusk #DADEA2
Tints of Tusk #DADEA2
RGB
CMYK
RGB Variations
Color information
#DADEA2 (or 0xDADEA2) is known color: Tusk. HEX triplet: DA, DE and A2. RGB value is (218,222,162). Sum of RGB (Red+Green+Blue) = 218+222+162=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADEA2 is #25215D. Grayscale: #D6D6D6. Windows color (decimal): -2433374 or 10673882. OLE color: 10673882.
HSL color Cylindrical-coordinate representation of color #DADEA2: hue angle of 64º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DADEA2 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 162 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.13 |
| HSL | 64º | 0.48% | 0.75% | - |
| HSV(B) | 64º | 0.27% | 0.87% | - |
| XYZ | 61.56 | 69.76 | 44.4 | - |
| YUV | 213.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 162 | 0.02 | 0 | 0.27 | 0.13 | 64 | 0.48 | 0.75 |
| Hex | DA | DE | A2 | 2 | 0 | 1B | D | 40 | 30 | 4B |
| Octal | 332 | 336 | 242 | 2 | 0 | 33 | 15 | 100 | 60 | 113 |
| Binary | 11011010 | 11011110 | 10100010 | 10 | 0 | 11011 | 1101 | 1000000 | 110000 | 1001011 |
Color Harmonies of #DADEA2
Complementary color
Monochromatic Colors of #DADEA2
Black with #DADEA2
Text Example
Text Example
White with #DADEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEA2; }
p { color: rgb(218,222,162); }
H1.HeaderClassName
{
color: #DADEA2;
}
.AnyTagClassName
{
color: #DADEA2;
}
</style>
background-color css
<style>
a { background-color: #DADEA2; }
a { background-color: rgb(218,222,162); }
div.DivClassName
{
background-color: #DADEA2;
}
.BgClassName
{
background-color: #DADEA2;
}
</style>
border-color css
<style>
span { border-color: #DADEA2; }
span { border-color: rgb(218,222,162); }
td.TdClassName
{
border-color: #DADEA2;
}
.TagClassName
{
border-color: #DADEA2;
}
</style>