Shades of Tusk #DEDFAA
Tints of Tusk #DEDFAA
RGB
CMYK
RGB Variations
Color information
#DEDFAA (or 0xDEDFAA) is known color: Tusk. HEX triplet: DE, DF and AA. RGB value is (222,223,170). Sum of RGB (Red+Green+Blue) = 222+223+170=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDFAA is #212055. Grayscale: #D8D8D8. Windows color (decimal): -2170966 or 11198430. OLE color: 11198430.
HSL color Cylindrical-coordinate representation of color #DEDFAA: hue angle of 61.13º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEDFAA is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 170 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.13 |
| HSL | 61.13º | 0.45% | 0.77% | - |
| HSV(B) | 61.13º | 0.24% | 0.87% | - |
| XYZ | 63.77 | 71.21 | 48.41 | - |
| YUV | 216.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 170 | 0.00 | 0 | 0.24 | 0.13 | 61.13 | 0.45 | 0.77 |
| Hex | DE | DF | AA | 0 | 0 | 18 | D | 3D | 2D | 4D |
| Octal | 336 | 337 | 252 | 0 | 0 | 30 | 15 | 75 | 55 | 115 |
| Binary | 11011110 | 11011111 | 10101010 | 0 | 0 | 11000 | 1101 | 111101 | 101101 | 1001101 |
Color Harmonies of #DEDFAA
Complementary color
Monochromatic Colors of #DEDFAA
Black with #DEDFAA
Text Example
Text Example
White with #DEDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFAA; }
p { color: rgb(222,223,170); }
H1.HeaderClassName
{
color: #DEDFAA;
}
.AnyTagClassName
{
color: #DEDFAA;
}
</style>
background-color css
<style>
a { background-color: #DEDFAA; }
a { background-color: rgb(222,223,170); }
div.DivClassName
{
background-color: #DEDFAA;
}
.BgClassName
{
background-color: #DEDFAA;
}
</style>
border-color css
<style>
span { border-color: #DEDFAA; }
span { border-color: rgb(222,223,170); }
td.TdClassName
{
border-color: #DEDFAA;
}
.TagClassName
{
border-color: #DEDFAA;
}
</style>