Shades of Tusk #DBDEA9
Tints of Tusk #DBDEA9
RGB
CMYK
RGB Variations
Color information
#DBDEA9 (or 0xDBDEA9) is known color: Tusk. HEX triplet: DB, DE and A9. RGB value is (219,222,169). Sum of RGB (Red+Green+Blue) = 219+222+169=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 169 (66.41% from 255 or 27.70% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDEA9 is #242156. Grayscale: #D7D7D7. Windows color (decimal): -2367831 or 11132635. OLE color: 11132635.
HSL color Cylindrical-coordinate representation of color #DBDEA9: hue angle of 63.4º 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 #DBDEA9 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 169 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.13 |
| HSL | 63.4º | 0.45% | 0.77% | - |
| HSV(B) | 63.4º | 0.24% | 0.87% | - |
| XYZ | 62.5 | 70.17 | 47.79 | - |
| YUV | 215.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 169 | 0.01 | 0 | 0.24 | 0.13 | 63.4 | 0.45 | 0.77 |
| Hex | DB | DE | A9 | 1 | 0 | 18 | D | 3F | 2D | 4D |
| Octal | 333 | 336 | 251 | 1 | 0 | 30 | 15 | 77 | 55 | 115 |
| Binary | 11011011 | 11011110 | 10101001 | 1 | 0 | 11000 | 1101 | 111111 | 101101 | 1001101 |
Color Harmonies of #DBDEA9
Complementary color
Monochromatic Colors of #DBDEA9
Black with #DBDEA9
Text Example
Text Example
White with #DBDEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEA9; }
p { color: rgb(219,222,169); }
H1.HeaderClassName
{
color: #DBDEA9;
}
.AnyTagClassName
{
color: #DBDEA9;
}
</style>
background-color css
<style>
a { background-color: #DBDEA9; }
a { background-color: rgb(219,222,169); }
div.DivClassName
{
background-color: #DBDEA9;
}
.BgClassName
{
background-color: #DBDEA9;
}
</style>
border-color css
<style>
span { border-color: #DBDEA9; }
span { border-color: rgb(219,222,169); }
td.TdClassName
{
border-color: #DBDEA9;
}
.TagClassName
{
border-color: #DBDEA9;
}
</style>