Shades of Tusk #DADFAF
Tints of Tusk #DADFAF
RGB
CMYK
RGB Variations
Color information
#DADFAF (or 0xDADFAF) is known color: Tusk. HEX triplet: DA, DF and AF. RGB value is (218,223,175). Sum of RGB (Red+Green+Blue) = 218+223+175=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADFAF is #252050. Grayscale: #D8D8D8. Windows color (decimal): -2433105 or 11526106. OLE color: 11526106.
HSL color Cylindrical-coordinate representation of color #DADFAF: hue angle of 66.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DADFAF is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 175 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.13 |
| HSL | 66.25º | 0.43% | 0.78% | - |
| HSV(B) | 66.25º | 0.22% | 0.87% | - |
| XYZ | 63.04 | 70.78 | 50.9 | - |
| YUV | 216.03 | 104.84 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 175 | 0.02 | 0 | 0.22 | 0.13 | 66.25 | 0.43 | 0.78 |
| Hex | DA | DF | AF | 2 | 0 | 16 | D | 42 | 2B | 4E |
| Octal | 332 | 337 | 257 | 2 | 0 | 26 | 15 | 102 | 53 | 116 |
| Binary | 11011010 | 11011111 | 10101111 | 10 | 0 | 10110 | 1101 | 1000010 | 101011 | 1001110 |
Color Harmonies of #DADFAF
Complementary color
Monochromatic Colors of #DADFAF
Black with #DADFAF
Text Example
Text Example
White with #DADFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFAF; }
p { color: rgb(218,223,175); }
H1.HeaderClassName
{
color: #DADFAF;
}
.AnyTagClassName
{
color: #DADFAF;
}
</style>
background-color css
<style>
a { background-color: #DADFAF; }
a { background-color: rgb(218,223,175); }
div.DivClassName
{
background-color: #DADFAF;
}
.BgClassName
{
background-color: #DADFAF;
}
</style>
border-color css
<style>
span { border-color: #DADFAF; }
span { border-color: rgb(218,223,175); }
td.TdClassName
{
border-color: #DADFAF;
}
.TagClassName
{
border-color: #DADFAF;
}
</style>