Shades of Tusk #DFE1AA
Tints of Tusk #DFE1AA
RGB
CMYK
RGB Variations
Color information
#DFE1AA (or 0xDFE1AA) is known color: Tusk. HEX triplet: DF, E1 and AA. RGB value is (223,225,170). Sum of RGB (Red+Green+Blue) = 223+225+170=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE1AA is #201E55. Grayscale: #DADADA. Windows color (decimal): -2104918 or 11198943. OLE color: 11198943.
HSL color Cylindrical-coordinate representation of color #DFE1AA: hue angle of 62.18º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFE1AA is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 170 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.12 |
| HSL | 62.18º | 0.48% | 0.77% | - |
| HSV(B) | 62.18º | 0.24% | 0.88% | - |
| XYZ | 64.61 | 72.44 | 48.61 | - |
| YUV | 218.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 170 | 0.01 | 0 | 0.24 | 0.12 | 62.18 | 0.48 | 0.77 |
| Hex | DF | E1 | AA | 1 | 0 | 18 | C | 3E | 30 | 4D |
| Octal | 337 | 341 | 252 | 1 | 0 | 30 | 14 | 76 | 60 | 115 |
| Binary | 11011111 | 11100001 | 10101010 | 1 | 0 | 11000 | 1100 | 111110 | 110000 | 1001101 |
Color Harmonies of #DFE1AA
Complementary color
Monochromatic Colors of #DFE1AA
Black with #DFE1AA
Text Example
Text Example
White with #DFE1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE1AA; }
p { color: rgb(223,225,170); }
H1.HeaderClassName
{
color: #DFE1AA;
}
.AnyTagClassName
{
color: #DFE1AA;
}
</style>
background-color css
<style>
a { background-color: #DFE1AA; }
a { background-color: rgb(223,225,170); }
div.DivClassName
{
background-color: #DFE1AA;
}
.BgClassName
{
background-color: #DFE1AA;
}
</style>
border-color css
<style>
span { border-color: #DFE1AA; }
span { border-color: rgb(223,225,170); }
td.TdClassName
{
border-color: #DFE1AA;
}
.TagClassName
{
border-color: #DFE1AA;
}
</style>