Shades of Tusk #DFE4AB
Tints of Tusk #DFE4AB
RGB
CMYK
RGB Variations
Color information
#DFE4AB (or 0xDFE4AB) is known color: Tusk. HEX triplet: DF, E4 and AB. RGB value is (223,228,171). Sum of RGB (Red+Green+Blue) = 223+228+171=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE4AB is #201B54. Grayscale: #DCDCDC. Windows color (decimal): -2104149 or 11265247. OLE color: 11265247.
HSL color Cylindrical-coordinate representation of color #DFE4AB: hue angle of 65.26º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFE4AB is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 171 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.11 |
| HSL | 65.26º | 0.51% | 0.78% | - |
| HSV(B) | 65.26º | 0.25% | 0.89% | - |
| XYZ | 65.53 | 74.12 | 49.38 | - |
| YUV | 220.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 171 | 0.02 | 0 | 0.25 | 0.11 | 65.26 | 0.51 | 0.78 |
| Hex | DF | E4 | AB | 2 | 0 | 19 | B | 41 | 33 | 4E |
| Octal | 337 | 344 | 253 | 2 | 0 | 31 | 13 | 101 | 63 | 116 |
| Binary | 11011111 | 11100100 | 10101011 | 10 | 0 | 11001 | 1011 | 1000001 | 110011 | 1001110 |
Color Harmonies of #DFE4AB
Complementary color
Monochromatic Colors of #DFE4AB
Black with #DFE4AB
Text Example
Text Example
White with #DFE4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4AB; }
p { color: rgb(223,228,171); }
H1.HeaderClassName
{
color: #DFE4AB;
}
.AnyTagClassName
{
color: #DFE4AB;
}
</style>
background-color css
<style>
a { background-color: #DFE4AB; }
a { background-color: rgb(223,228,171); }
div.DivClassName
{
background-color: #DFE4AB;
}
.BgClassName
{
background-color: #DFE4AB;
}
</style>
border-color css
<style>
span { border-color: #DFE4AB; }
span { border-color: rgb(223,228,171); }
td.TdClassName
{
border-color: #DFE4AB;
}
.TagClassName
{
border-color: #DFE4AB;
}
</style>