Shades of Tusk #DFEDAA
Tints of Tusk #DFEDAA
RGB
CMYK
RGB Variations
Color information
#DFEDAA (or 0xDFEDAA) is known color: Tusk. HEX triplet: DF, ED and AA. RGB value is (223,237,170). Sum of RGB (Red+Green+Blue) = 223+237+170=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEDAA is #201255. Grayscale: #E1E1E1. Windows color (decimal): -2101846 or 11202015. OLE color: 11202015.
HSL color Cylindrical-coordinate representation of color #DFEDAA: hue angle of 72.54º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFEDAA is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 170 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.07 |
| HSL | 72.54º | 0.65% | 0.8% | - |
| HSV(B) | 72.54º | 0.28% | 0.93% | - |
| XYZ | 67.97 | 79.16 | 49.73 | - |
| YUV | 225.18 | 96.86 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 170 | 0.06 | 0 | 0.28 | 0.07 | 72.54 | 0.65 | 0.8 |
| Hex | DF | ED | AA | 6 | 0 | 1C | 7 | 49 | 41 | 50 |
| Octal | 337 | 355 | 252 | 6 | 0 | 34 | 7 | 111 | 101 | 120 |
| Binary | 11011111 | 11101101 | 10101010 | 110 | 0 | 11100 | 111 | 1001001 | 1000001 | 1010000 |
Color Harmonies of #DFEDAA
Complementary color
Monochromatic Colors of #DFEDAA
Black with #DFEDAA
Text Example
Text Example
White with #DFEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDAA; }
p { color: rgb(223,237,170); }
H1.HeaderClassName
{
color: #DFEDAA;
}
.AnyTagClassName
{
color: #DFEDAA;
}
</style>
background-color css
<style>
a { background-color: #DFEDAA; }
a { background-color: rgb(223,237,170); }
div.DivClassName
{
background-color: #DFEDAA;
}
.BgClassName
{
background-color: #DFEDAA;
}
</style>
border-color css
<style>
span { border-color: #DFEDAA; }
span { border-color: rgb(223,237,170); }
td.TdClassName
{
border-color: #DFEDAA;
}
.TagClassName
{
border-color: #DFEDAA;
}
</style>