Shades of Tusk #DBDEAA
Tints of Tusk #DBDEAA
RGB
CMYK
RGB Variations
Color information
#DBDEAA (or 0xDBDEAA) is known color: Tusk. HEX triplet: DB, DE and AA. RGB value is (219,222,170). Sum of RGB (Red+Green+Blue) = 219+222+170=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDEAA is #242155. Grayscale: #D7D7D7. Windows color (decimal): -2367830 or 11198171. OLE color: 11198171.
HSL color Cylindrical-coordinate representation of color #DBDEAA: hue angle of 63.46º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBDEAA is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 170 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.13 |
| HSL | 63.46º | 0.44% | 0.77% | - |
| HSV(B) | 63.46º | 0.23% | 0.87% | - |
| XYZ | 62.59 | 70.2 | 48.28 | - |
| YUV | 215.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 170 | 0.01 | 0 | 0.23 | 0.13 | 63.46 | 0.44 | 0.77 |
| Hex | DB | DE | AA | 1 | 0 | 17 | D | 3F | 2C | 4D |
| Octal | 333 | 336 | 252 | 1 | 0 | 27 | 15 | 77 | 54 | 115 |
| Binary | 11011011 | 11011110 | 10101010 | 1 | 0 | 10111 | 1101 | 111111 | 101100 | 1001101 |
Color Harmonies of #DBDEAA
Complementary color
Monochromatic Colors of #DBDEAA
Black with #DBDEAA
Text Example
Text Example
White with #DBDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEAA; }
p { color: rgb(219,222,170); }
H1.HeaderClassName
{
color: #DBDEAA;
}
.AnyTagClassName
{
color: #DBDEAA;
}
</style>
background-color css
<style>
a { background-color: #DBDEAA; }
a { background-color: rgb(219,222,170); }
div.DivClassName
{
background-color: #DBDEAA;
}
.BgClassName
{
background-color: #DBDEAA;
}
</style>
border-color css
<style>
span { border-color: #DBDEAA; }
span { border-color: rgb(219,222,170); }
td.TdClassName
{
border-color: #DBDEAA;
}
.TagClassName
{
border-color: #DBDEAA;
}
</style>