Shades of Tusk #DEDFA8
Tints of Tusk #DEDFA8
RGB
CMYK
RGB Variations
Color information
#DEDFA8 (or 0xDEDFA8) is known color: Tusk. HEX triplet: DE, DF and A8. RGB value is (222,223,168). Sum of RGB (Red+Green+Blue) = 222+223+168=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 168 (66.02% from 255 or 27.41% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDFA8 is #212057. Grayscale: #D8D8D8. Windows color (decimal): -2170968 or 11067358. OLE color: 11067358.
HSL color Cylindrical-coordinate representation of color #DEDFA8: hue angle of 61.09º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEDFA8 is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 168 | - |
| CMYK | 0.00 | 0 | 0.25 | 0.13 |
| HSL | 61.09º | 0.46% | 0.77% | - |
| HSV(B) | 61.09º | 0.25% | 0.87% | - |
| XYZ | 63.58 | 71.13 | 47.42 | - |
| YUV | 216.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 168 | 0.00 | 0 | 0.25 | 0.13 | 61.09 | 0.46 | 0.77 |
| Hex | DE | DF | A8 | 0 | 0 | 19 | D | 3D | 2E | 4D |
| Octal | 336 | 337 | 250 | 0 | 0 | 31 | 15 | 75 | 56 | 115 |
| Binary | 11011110 | 11011111 | 10101000 | 0 | 0 | 11001 | 1101 | 111101 | 101110 | 1001101 |
Color Harmonies of #DEDFA8
Complementary color
Monochromatic Colors of #DEDFA8
Black with #DEDFA8
Text Example
Text Example
White with #DEDFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFA8; }
p { color: rgb(222,223,168); }
H1.HeaderClassName
{
color: #DEDFA8;
}
.AnyTagClassName
{
color: #DEDFA8;
}
</style>
background-color css
<style>
a { background-color: #DEDFA8; }
a { background-color: rgb(222,223,168); }
div.DivClassName
{
background-color: #DEDFA8;
}
.BgClassName
{
background-color: #DEDFA8;
}
</style>
border-color css
<style>
span { border-color: #DEDFA8; }
span { border-color: rgb(222,223,168); }
td.TdClassName
{
border-color: #DEDFA8;
}
.TagClassName
{
border-color: #DEDFA8;
}
</style>