Shades of Tusk #DFE5A5
Tints of Tusk #DFE5A5
RGB
CMYK
RGB Variations
Color information
#DFE5A5 (or 0xDFE5A5) is known color: Tusk. HEX triplet: DF, E5 and A5. RGB value is (223,229,165). Sum of RGB (Red+Green+Blue) = 223+229+165=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 165 (64.84% from 255 or 26.74% from 617); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE5A5 is #201A5A. Grayscale: #DCDCDC. Windows color (decimal): -2103899 or 10872287. OLE color: 10872287.
HSL color Cylindrical-coordinate representation of color #DFE5A5: hue angle of 65.62º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFE5A5 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 165 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.10 |
| HSL | 65.63º | 0.55% | 0.77% | - |
| HSV(B) | 65.63º | 0.28% | 0.9% | - |
| XYZ | 65.24 | 74.44 | 46.53 | - |
| YUV | 219.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 165 | 0.03 | 0 | 0.28 | 0.10 | 65.63 | 0.55 | 0.77 |
| Hex | DF | E5 | A5 | 3 | 0 | 1C | A | 42 | 37 | 4D |
| Octal | 337 | 345 | 245 | 3 | 0 | 34 | 12 | 102 | 67 | 115 |
| Binary | 11011111 | 11100101 | 10100101 | 11 | 0 | 11100 | 1010 | 1000010 | 110111 | 1001101 |
Color Harmonies of #DFE5A5
Complementary color
Monochromatic Colors of #DFE5A5
Black with #DFE5A5
Text Example
Text Example
White with #DFE5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5A5; }
p { color: rgb(223,229,165); }
H1.HeaderClassName
{
color: #DFE5A5;
}
.AnyTagClassName
{
color: #DFE5A5;
}
</style>
background-color css
<style>
a { background-color: #DFE5A5; }
a { background-color: rgb(223,229,165); }
div.DivClassName
{
background-color: #DFE5A5;
}
.BgClassName
{
background-color: #DFE5A5;
}
</style>
border-color css
<style>
span { border-color: #DFE5A5; }
span { border-color: rgb(223,229,165); }
td.TdClassName
{
border-color: #DFE5A5;
}
.TagClassName
{
border-color: #DFE5A5;
}
</style>