Shades of Tusk #DADDAF
Tints of Tusk #DADDAF
RGB
CMYK
RGB Variations
Color information
#DADDAF (or 0xDADDAF) is known color: Tusk. HEX triplet: DA, DD and AF. RGB value is (218,221,175). Sum of RGB (Red+Green+Blue) = 218+221+175=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADDAF is #252250. Grayscale: #D7D7D7. Windows color (decimal): -2433617 or 11525594. OLE color: 11525594.
HSL color Cylindrical-coordinate representation of color #DADDAF: hue angle of 63.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DADDAF is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 221 | 175 | - |
CMYK | 0.01 | 0 | 0.21 | 0.13 |
HSL | 63.91º | 0.4% | 0.78% | - |
HSV(B) | 63.91º | 0.21% | 0.87% | - |
XYZ | 62.51 | 69.71 | 50.72 | - |
YUV | 214.86 | 105.51 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 175 | 0.01 | 0 | 0.21 | 0.13 | 63.91 | 0.4 | 0.78 |
Hex | DA | DD | AF | 1 | 0 | 15 | D | 40 | 28 | 4E |
Octal | 332 | 335 | 257 | 1 | 0 | 25 | 15 | 100 | 50 | 116 |
Binary | 11011010 | 11011101 | 10101111 | 1 | 0 | 10101 | 1101 | 1000000 | 101000 | 1001110 |
Color Harmonies of #DADDAF
Complementary color
Monochromatic Colors of #DADDAF
Black with #DADDAF
Text Example
Text Example
White with #DADDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDAF; }
p { color: rgb(218,221,175); }
H1.HeaderClassName
{
color: #DADDAF;
}
.AnyTagClassName
{
color: #DADDAF;
}
</style>
background-color css
<style>
a { background-color: #DADDAF; }
a { background-color: rgb(218,221,175); }
div.DivClassName
{
background-color: #DADDAF;
}
.BgClassName
{
background-color: #DADDAF;
}
</style>
border-color css
<style>
span { border-color: #DADDAF; }
span { border-color: rgb(218,221,175); }
td.TdClassName
{
border-color: #DADDAF;
}
.TagClassName
{
border-color: #DADDAF;
}
</style>