Shades of Tusk #DBE7AA
Tints of Tusk #DBE7AA
RGB
CMYK
RGB Variations
Color information
#DBE7AA (or 0xDBE7AA) is known color: Tusk. HEX triplet: DB, E7 and AA. RGB value is (219,231,170). Sum of RGB (Red+Green+Blue) = 219+231+170=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE7AA is #241855. Grayscale: #DCDCDC. Windows color (decimal): -2365526 or 11200475. OLE color: 11200475.
HSL color Cylindrical-coordinate representation of color #DBE7AA: hue angle of 71.8º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBE7AA is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 170 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.09 |
| HSL | 71.8º | 0.56% | 0.79% | - |
| HSV(B) | 71.8º | 0.26% | 0.91% | - |
| XYZ | 65.05 | 75.11 | 49.1 | - |
| YUV | 220.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 170 | 0.05 | 0 | 0.26 | 0.09 | 71.8 | 0.56 | 0.79 |
| Hex | DB | E7 | AA | 5 | 0 | 1A | 9 | 48 | 38 | 4F |
| Octal | 333 | 347 | 252 | 5 | 0 | 32 | 11 | 110 | 70 | 117 |
| Binary | 11011011 | 11100111 | 10101010 | 101 | 0 | 11010 | 1001 | 1001000 | 111000 | 1001111 |
Color Harmonies of #DBE7AA
Complementary color
Monochromatic Colors of #DBE7AA
Black with #DBE7AA
Text Example
Text Example
White with #DBE7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7AA; }
p { color: rgb(219,231,170); }
H1.HeaderClassName
{
color: #DBE7AA;
}
.AnyTagClassName
{
color: #DBE7AA;
}
</style>
background-color css
<style>
a { background-color: #DBE7AA; }
a { background-color: rgb(219,231,170); }
div.DivClassName
{
background-color: #DBE7AA;
}
.BgClassName
{
background-color: #DBE7AA;
}
</style>
border-color css
<style>
span { border-color: #DBE7AA; }
span { border-color: rgb(219,231,170); }
td.TdClassName
{
border-color: #DBE7AA;
}
.TagClassName
{
border-color: #DBE7AA;
}
</style>