Shades of Tusk #DEDFA6
Tints of Tusk #DEDFA6
RGB
CMYK
RGB Variations
Color information
#DEDFA6 (or 0xDEDFA6) is known color: Tusk. HEX triplet: DE, DF and A6. RGB value is (222,223,166). Sum of RGB (Red+Green+Blue) = 222+223+166=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 166 (65.23% from 255 or 27.17% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDFA6 is #212059. Grayscale: #D8D8D8. Windows color (decimal): -2170970 or 10936286. OLE color: 10936286.
HSL color Cylindrical-coordinate representation of color #DEDFA6: hue angle of 61.05º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEDFA6 is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 166 | - |
| CMYK | 0.00 | 0 | 0.26 | 0.13 |
| HSL | 61.05º | 0.47% | 0.76% | - |
| HSV(B) | 61.05º | 0.26% | 0.87% | - |
| XYZ | 63.39 | 71.06 | 46.45 | - |
| YUV | 216.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 166 | 0.00 | 0 | 0.26 | 0.13 | 61.05 | 0.47 | 0.76 |
| Hex | DE | DF | A6 | 0 | 0 | 1A | D | 3D | 2F | 4C |
| Octal | 336 | 337 | 246 | 0 | 0 | 32 | 15 | 75 | 57 | 114 |
| Binary | 11011110 | 11011111 | 10100110 | 0 | 0 | 11010 | 1101 | 111101 | 101111 | 1001100 |
Color Harmonies of #DEDFA6
Complementary color
Monochromatic Colors of #DEDFA6
Black with #DEDFA6
Text Example
Text Example
White with #DEDFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFA6; }
p { color: rgb(222,223,166); }
H1.HeaderClassName
{
color: #DEDFA6;
}
.AnyTagClassName
{
color: #DEDFA6;
}
</style>
background-color css
<style>
a { background-color: #DEDFA6; }
a { background-color: rgb(222,223,166); }
div.DivClassName
{
background-color: #DEDFA6;
}
.BgClassName
{
background-color: #DEDFA6;
}
</style>
border-color css
<style>
span { border-color: #DEDFA6; }
span { border-color: rgb(222,223,166); }
td.TdClassName
{
border-color: #DEDFA6;
}
.TagClassName
{
border-color: #DEDFA6;
}
</style>