Shades of Tusk #DBE5AA
Tints of Tusk #DBE5AA
RGB
CMYK
RGB Variations
Color information
#DBE5AA (or 0xDBE5AA) is known color: Tusk. HEX triplet: DB, E5 and AA. RGB value is (219,229,170). Sum of RGB (Red+Green+Blue) = 219+229+170=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE5AA is #241A55. Grayscale: #DBDBDB. Windows color (decimal): -2366038 or 11199963. OLE color: 11199963.
HSL color Cylindrical-coordinate representation of color #DBE5AA: hue angle of 70.17º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBE5AA is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 170 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.10 |
| HSL | 70.17º | 0.53% | 0.78% | - |
| HSV(B) | 70.17º | 0.26% | 0.9% | - |
| XYZ | 64.49 | 74 | 48.91 | - |
| YUV | 219.28 | 100.19 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 170 | 0.04 | 0 | 0.26 | 0.10 | 70.17 | 0.53 | 0.78 |
| Hex | DB | E5 | AA | 4 | 0 | 1A | A | 46 | 35 | 4E |
| Octal | 333 | 345 | 252 | 4 | 0 | 32 | 12 | 106 | 65 | 116 |
| Binary | 11011011 | 11100101 | 10101010 | 100 | 0 | 11010 | 1010 | 1000110 | 110101 | 1001110 |
Color Harmonies of #DBE5AA
Complementary color
Monochromatic Colors of #DBE5AA
Black with #DBE5AA
Text Example
Text Example
White with #DBE5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5AA; }
p { color: rgb(219,229,170); }
H1.HeaderClassName
{
color: #DBE5AA;
}
.AnyTagClassName
{
color: #DBE5AA;
}
</style>
background-color css
<style>
a { background-color: #DBE5AA; }
a { background-color: rgb(219,229,170); }
div.DivClassName
{
background-color: #DBE5AA;
}
.BgClassName
{
background-color: #DBE5AA;
}
</style>
border-color css
<style>
span { border-color: #DBE5AA; }
span { border-color: rgb(219,229,170); }
td.TdClassName
{
border-color: #DBE5AA;
}
.TagClassName
{
border-color: #DBE5AA;
}
</style>