Shades of Tusk #DFE2A9
Tints of Tusk #DFE2A9
RGB
CMYK
RGB Variations
Color information
#DFE2A9 (or 0xDFE2A9) is known color: Tusk. HEX triplet: DF, E2 and A9. RGB value is (223,226,169). Sum of RGB (Red+Green+Blue) = 223+226+169=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 169 (66.41% from 255 or 27.35% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE2A9 is #201D56. Grayscale: #DADADA. Windows color (decimal): -2104663 or 11133663. OLE color: 11133663.
HSL color Cylindrical-coordinate representation of color #DFE2A9: hue angle of 63.16º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFE2A9 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 169 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.11 |
| HSL | 63.16º | 0.5% | 0.77% | - |
| HSV(B) | 63.16º | 0.25% | 0.89% | - |
| XYZ | 64.79 | 72.95 | 48.2 | - |
| YUV | 218.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 169 | 0.01 | 0 | 0.25 | 0.11 | 63.16 | 0.5 | 0.77 |
| Hex | DF | E2 | A9 | 1 | 0 | 19 | B | 3F | 32 | 4D |
| Octal | 337 | 342 | 251 | 1 | 0 | 31 | 13 | 77 | 62 | 115 |
| Binary | 11011111 | 11100010 | 10101001 | 1 | 0 | 11001 | 1011 | 111111 | 110010 | 1001101 |
Color Harmonies of #DFE2A9
Complementary color
Monochromatic Colors of #DFE2A9
Black with #DFE2A9
Text Example
Text Example
White with #DFE2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2A9; }
p { color: rgb(223,226,169); }
H1.HeaderClassName
{
color: #DFE2A9;
}
.AnyTagClassName
{
color: #DFE2A9;
}
</style>
background-color css
<style>
a { background-color: #DFE2A9; }
a { background-color: rgb(223,226,169); }
div.DivClassName
{
background-color: #DFE2A9;
}
.BgClassName
{
background-color: #DFE2A9;
}
</style>
border-color css
<style>
span { border-color: #DFE2A9; }
span { border-color: rgb(223,226,169); }
td.TdClassName
{
border-color: #DFE2A9;
}
.TagClassName
{
border-color: #DFE2A9;
}
</style>