Shades of Tusk #DBE9AA
Tints of Tusk #DBE9AA
RGB
CMYK
RGB Variations
Color information
#DBE9AA (or 0xDBE9AA) is known color: Tusk. HEX triplet: DB, E9 and AA. RGB value is (219,233,170). Sum of RGB (Red+Green+Blue) = 219+233+170=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE9AA is #241655. Grayscale: #DDDDDD. Windows color (decimal): -2365014 or 11200987. OLE color: 11200987.
HSL color Cylindrical-coordinate representation of color #DBE9AA: hue angle of 73.33º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBE9AA is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 170 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.09 |
| HSL | 73.33º | 0.59% | 0.79% | - |
| HSV(B) | 73.33º | 0.27% | 0.91% | - |
| XYZ | 65.61 | 76.24 | 49.29 | - |
| YUV | 221.63 | 98.86 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 170 | 0.06 | 0 | 0.27 | 0.09 | 73.33 | 0.59 | 0.79 |
| Hex | DB | E9 | AA | 6 | 0 | 1B | 9 | 49 | 3B | 4F |
| Octal | 333 | 351 | 252 | 6 | 0 | 33 | 11 | 111 | 73 | 117 |
| Binary | 11011011 | 11101001 | 10101010 | 110 | 0 | 11011 | 1001 | 1001001 | 111011 | 1001111 |
Color Harmonies of #DBE9AA
Complementary color
Monochromatic Colors of #DBE9AA
Black with #DBE9AA
Text Example
Text Example
White with #DBE9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9AA; }
p { color: rgb(219,233,170); }
H1.HeaderClassName
{
color: #DBE9AA;
}
.AnyTagClassName
{
color: #DBE9AA;
}
</style>
background-color css
<style>
a { background-color: #DBE9AA; }
a { background-color: rgb(219,233,170); }
div.DivClassName
{
background-color: #DBE9AA;
}
.BgClassName
{
background-color: #DBE9AA;
}
</style>
border-color css
<style>
span { border-color: #DBE9AA; }
span { border-color: rgb(219,233,170); }
td.TdClassName
{
border-color: #DBE9AA;
}
.TagClassName
{
border-color: #DBE9AA;
}
</style>