Shades of Tusk #DADDA7
Tints of Tusk #DADDA7
RGB
CMYK
RGB Variations
Color information
#DADDA7 (or 0xDADDA7) is known color: Tusk. HEX triplet: DA, DD and A7. RGB value is (218,221,167). Sum of RGB (Red+Green+Blue) = 218+221+167=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADDA7 is #252258. Grayscale: #D6D6D6. Windows color (decimal): -2433625 or 11001306. OLE color: 11001306.
HSL color Cylindrical-coordinate representation of color #DADDA7: hue angle of 63.33º 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 #DADDA7 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 221 | 167 | - |
CMYK | 0.01 | 0 | 0.24 | 0.13 |
HSL | 63.33º | 0.44% | 0.76% | - |
HSV(B) | 63.33º | 0.24% | 0.87% | - |
XYZ | 61.74 | 69.41 | 46.7 | - |
YUV | 213.95 | 101.51 | 130.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 167 | 0.01 | 0 | 0.24 | 0.13 | 63.33 | 0.44 | 0.76 |
Hex | DA | DD | A7 | 1 | 0 | 18 | D | 3F | 2C | 4C |
Octal | 332 | 335 | 247 | 1 | 0 | 30 | 15 | 77 | 54 | 114 |
Binary | 11011010 | 11011101 | 10100111 | 1 | 0 | 11000 | 1101 | 111111 | 101100 | 1001100 |
Color Harmonies of #DADDA7
Complementary color
Monochromatic Colors of #DADDA7
Black with #DADDA7
Text Example
Text Example
White with #DADDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDA7; }
p { color: rgb(218,221,167); }
H1.HeaderClassName
{
color: #DADDA7;
}
.AnyTagClassName
{
color: #DADDA7;
}
</style>
background-color css
<style>
a { background-color: #DADDA7; }
a { background-color: rgb(218,221,167); }
div.DivClassName
{
background-color: #DADDA7;
}
.BgClassName
{
background-color: #DADDA7;
}
</style>
border-color css
<style>
span { border-color: #DADDA7; }
span { border-color: rgb(218,221,167); }
td.TdClassName
{
border-color: #DADDA7;
}
.TagClassName
{
border-color: #DADDA7;
}
</style>