Shades of Tusk #DBE6A9
Tints of Tusk #DBE6A9
RGB
CMYK
RGB Variations
Color information
#DBE6A9 (or 0xDBE6A9) is known color: Tusk. HEX triplet: DB, E6 and A9. RGB value is (219,230,169). Sum of RGB (Red+Green+Blue) = 219+230+169=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 169 (66.41% from 255 or 27.35% from 618); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE6A9 is #241956. Grayscale: #DBDBDB. Windows color (decimal): -2365783 or 11134683. OLE color: 11134683.
HSL color Cylindrical-coordinate representation of color #DBE6A9: hue angle of 70.82º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBE6A9 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 169 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.10 |
| HSL | 70.82º | 0.55% | 0.78% | - |
| HSV(B) | 70.82º | 0.27% | 0.9% | - |
| XYZ | 64.67 | 74.52 | 48.51 | - |
| YUV | 219.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 169 | 0.05 | 0 | 0.27 | 0.10 | 70.82 | 0.55 | 0.78 |
| Hex | DB | E6 | A9 | 5 | 0 | 1B | A | 47 | 37 | 4E |
| Octal | 333 | 346 | 251 | 5 | 0 | 33 | 12 | 107 | 67 | 116 |
| Binary | 11011011 | 11100110 | 10101001 | 101 | 0 | 11011 | 1010 | 1000111 | 110111 | 1001110 |
Color Harmonies of #DBE6A9
Complementary color
Monochromatic Colors of #DBE6A9
Black with #DBE6A9
Text Example
Text Example
White with #DBE6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6A9; }
p { color: rgb(219,230,169); }
H1.HeaderClassName
{
color: #DBE6A9;
}
.AnyTagClassName
{
color: #DBE6A9;
}
</style>
background-color css
<style>
a { background-color: #DBE6A9; }
a { background-color: rgb(219,230,169); }
div.DivClassName
{
background-color: #DBE6A9;
}
.BgClassName
{
background-color: #DBE6A9;
}
</style>
border-color css
<style>
span { border-color: #DBE6A9; }
span { border-color: rgb(219,230,169); }
td.TdClassName
{
border-color: #DBE6A9;
}
.TagClassName
{
border-color: #DBE6A9;
}
</style>