Shades of Tusk #DADDA8
Tints of Tusk #DADDA8
RGB
CMYK
RGB Variations
Color information
#DADDA8 (or 0xDADDA8) is known color: Tusk. HEX triplet: DA, DD and A8. RGB value is (218,221,168). Sum of RGB (Red+Green+Blue) = 218+221+168=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADDA8 is #252257. Grayscale: #D6D6D6. Windows color (decimal): -2433624 or 11066842. OLE color: 11066842.
HSL color Cylindrical-coordinate representation of color #DADDA8: hue angle of 63.4º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DADDA8 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 168 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.13 |
| HSL | 63.4º | 0.44% | 0.76% | - |
| HSV(B) | 63.4º | 0.24% | 0.87% | - |
| XYZ | 61.84 | 69.45 | 47.19 | - |
| YUV | 214.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 168 | 0.01 | 0 | 0.24 | 0.13 | 63.4 | 0.44 | 0.76 |
| Hex | DA | DD | A8 | 1 | 0 | 18 | D | 3F | 2C | 4C |
| Octal | 332 | 335 | 250 | 1 | 0 | 30 | 15 | 77 | 54 | 114 |
| Binary | 11011010 | 11011101 | 10101000 | 1 | 0 | 11000 | 1101 | 111111 | 101100 | 1001100 |
Color Harmonies of #DADDA8
Complementary color
Monochromatic Colors of #DADDA8
Black with #DADDA8
Text Example
Text Example
White with #DADDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDA8; }
p { color: rgb(218,221,168); }
H1.HeaderClassName
{
color: #DADDA8;
}
.AnyTagClassName
{
color: #DADDA8;
}
</style>
background-color css
<style>
a { background-color: #DADDA8; }
a { background-color: rgb(218,221,168); }
div.DivClassName
{
background-color: #DADDA8;
}
.BgClassName
{
background-color: #DADDA8;
}
</style>
border-color css
<style>
span { border-color: #DADDA8; }
span { border-color: rgb(218,221,168); }
td.TdClassName
{
border-color: #DADDA8;
}
.TagClassName
{
border-color: #DADDA8;
}
</style>