Shades of Tusk #DFE5AE
Tints of Tusk #DFE5AE
RGB
CMYK
RGB Variations
Color information
#DFE5AE (or 0xDFE5AE) is known color: Tusk. HEX triplet: DF, E5 and AE. RGB value is (223,229,174). Sum of RGB (Red+Green+Blue) = 223+229+174=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE5AE is #201A51. Grayscale: #DDDDDD. Windows color (decimal): -2103890 or 11462111. OLE color: 11462111.
HSL color Cylindrical-coordinate representation of color #DFE5AE: hue angle of 66.55º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFE5AE is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 174 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.10 |
| HSL | 66.55º | 0.51% | 0.79% | - |
| HSV(B) | 66.55º | 0.24% | 0.9% | - |
| XYZ | 66.09 | 74.78 | 51 | - |
| YUV | 220.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 174 | 0.03 | 0 | 0.24 | 0.10 | 66.55 | 0.51 | 0.79 |
| Hex | DF | E5 | AE | 3 | 0 | 18 | A | 43 | 33 | 4F |
| Octal | 337 | 345 | 256 | 3 | 0 | 30 | 12 | 103 | 63 | 117 |
| Binary | 11011111 | 11100101 | 10101110 | 11 | 0 | 11000 | 1010 | 1000011 | 110011 | 1001111 |
Color Harmonies of #DFE5AE
Complementary color
Monochromatic Colors of #DFE5AE
Black with #DFE5AE
Text Example
Text Example
White with #DFE5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5AE; }
p { color: rgb(223,229,174); }
H1.HeaderClassName
{
color: #DFE5AE;
}
.AnyTagClassName
{
color: #DFE5AE;
}
</style>
background-color css
<style>
a { background-color: #DFE5AE; }
a { background-color: rgb(223,229,174); }
div.DivClassName
{
background-color: #DFE5AE;
}
.BgClassName
{
background-color: #DFE5AE;
}
</style>
border-color css
<style>
span { border-color: #DFE5AE; }
span { border-color: rgb(223,229,174); }
td.TdClassName
{
border-color: #DFE5AE;
}
.TagClassName
{
border-color: #DFE5AE;
}
</style>