Shades of Tusk #DFE6AA
Tints of Tusk #DFE6AA
RGB
CMYK
RGB Variations
Color information
#DFE6AA (or 0xDFE6AA) is known color: Tusk. HEX triplet: DF, E6 and AA. RGB value is (223,230,170). Sum of RGB (Red+Green+Blue) = 223+230+170=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE6AA is #201955. Grayscale: #DDDDDD. Windows color (decimal): -2103638 or 11200223. OLE color: 11200223.
HSL color Cylindrical-coordinate representation of color #DFE6AA: hue angle of 67º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFE6AA is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 170 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.10 |
| HSL | 67º | 0.55% | 0.78% | - |
| HSV(B) | 67º | 0.26% | 0.9% | - |
| XYZ | 65.98 | 75.18 | 49.06 | - |
| YUV | 221.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 170 | 0.03 | 0 | 0.26 | 0.10 | 67 | 0.55 | 0.78 |
| Hex | DF | E6 | AA | 3 | 0 | 1A | A | 43 | 37 | 4E |
| Octal | 337 | 346 | 252 | 3 | 0 | 32 | 12 | 103 | 67 | 116 |
| Binary | 11011111 | 11100110 | 10101010 | 11 | 0 | 11010 | 1010 | 1000011 | 110111 | 1001110 |
Color Harmonies of #DFE6AA
Complementary color
Monochromatic Colors of #DFE6AA
Black with #DFE6AA
Text Example
Text Example
White with #DFE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE6AA; }
p { color: rgb(223,230,170); }
H1.HeaderClassName
{
color: #DFE6AA;
}
.AnyTagClassName
{
color: #DFE6AA;
}
</style>
background-color css
<style>
a { background-color: #DFE6AA; }
a { background-color: rgb(223,230,170); }
div.DivClassName
{
background-color: #DFE6AA;
}
.BgClassName
{
background-color: #DFE6AA;
}
</style>
border-color css
<style>
span { border-color: #DFE6AA; }
span { border-color: rgb(223,230,170); }
td.TdClassName
{
border-color: #DFE6AA;
}
.TagClassName
{
border-color: #DFE6AA;
}
</style>