Shades of Tusk #DADFA2
Tints of Tusk #DADFA2
RGB
CMYK
RGB Variations
Color information
#DADFA2 (or 0xDADFA2) is known color: Tusk. HEX triplet: DA, DF and A2. RGB value is (218,223,162). Sum of RGB (Red+Green+Blue) = 218+223+162=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADFA2 is #25205D. Grayscale: #D6D6D6. Windows color (decimal): -2433118 or 10674138. OLE color: 10674138.
HSL color Cylindrical-coordinate representation of color #DADFA2: hue angle of 64.92º degrees, saturation: 0.49, 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 #DADFA2 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 162 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.13 |
| HSL | 64.92º | 0.49% | 0.75% | - |
| HSV(B) | 64.92º | 0.27% | 0.87% | - |
| XYZ | 61.82 | 70.29 | 44.49 | - |
| YUV | 214.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 162 | 0.02 | 0 | 0.27 | 0.13 | 64.92 | 0.49 | 0.75 |
| Hex | DA | DF | A2 | 2 | 0 | 1B | D | 41 | 31 | 4B |
| Octal | 332 | 337 | 242 | 2 | 0 | 33 | 15 | 101 | 61 | 113 |
| Binary | 11011010 | 11011111 | 10100010 | 10 | 0 | 11011 | 1101 | 1000001 | 110001 | 1001011 |
Color Harmonies of #DADFA2
Complementary color
Monochromatic Colors of #DADFA2
Black with #DADFA2
Text Example
Text Example
White with #DADFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFA2; }
p { color: rgb(218,223,162); }
H1.HeaderClassName
{
color: #DADFA2;
}
.AnyTagClassName
{
color: #DADFA2;
}
</style>
background-color css
<style>
a { background-color: #DADFA2; }
a { background-color: rgb(218,223,162); }
div.DivClassName
{
background-color: #DADFA2;
}
.BgClassName
{
background-color: #DADFA2;
}
</style>
border-color css
<style>
span { border-color: #DADFA2; }
span { border-color: rgb(218,223,162); }
td.TdClassName
{
border-color: #DADFA2;
}
.TagClassName
{
border-color: #DADFA2;
}
</style>