Shades of Tusk #DBE5A0
Tints of Tusk #DBE5A0
RGB
CMYK
RGB Variations
Color information
#DBE5A0 (or 0xDBE5A0) is known color: Tusk. HEX triplet: DB, E5 and A0. RGB value is (219,229,160). Sum of RGB (Red+Green+Blue) = 219+229+160=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 160 (62.89% from 255 or 26.32% from 608); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE5A0 is #241A5F. Grayscale: #DADADA. Windows color (decimal): -2366048 or 10544603. OLE color: 10544603.
HSL color Cylindrical-coordinate representation of color #DBE5A0: hue angle of 68.7º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBE5A0 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 160 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.10 |
| HSL | 68.7º | 0.57% | 0.76% | - |
| HSV(B) | 68.7º | 0.3% | 0.9% | - |
| XYZ | 63.58 | 73.64 | 44.12 | - |
| YUV | 218.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 160 | 0.04 | 0 | 0.30 | 0.10 | 68.7 | 0.57 | 0.76 |
| Hex | DB | E5 | A0 | 4 | 0 | 1E | A | 45 | 39 | 4C |
| Octal | 333 | 345 | 240 | 4 | 0 | 36 | 12 | 105 | 71 | 114 |
| Binary | 11011011 | 11100101 | 10100000 | 100 | 0 | 11110 | 1010 | 1000101 | 111001 | 1001100 |
Color Harmonies of #DBE5A0
Complementary color
Monochromatic Colors of #DBE5A0
Black with #DBE5A0
Text Example
Text Example
White with #DBE5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5A0; }
p { color: rgb(219,229,160); }
H1.HeaderClassName
{
color: #DBE5A0;
}
.AnyTagClassName
{
color: #DBE5A0;
}
</style>
background-color css
<style>
a { background-color: #DBE5A0; }
a { background-color: rgb(219,229,160); }
div.DivClassName
{
background-color: #DBE5A0;
}
.BgClassName
{
background-color: #DBE5A0;
}
</style>
border-color css
<style>
span { border-color: #DBE5A0; }
span { border-color: rgb(219,229,160); }
td.TdClassName
{
border-color: #DBE5A0;
}
.TagClassName
{
border-color: #DBE5A0;
}
</style>