Shades of Tusk #DBE6AB
Tints of Tusk #DBE6AB
RGB
CMYK
RGB Variations
Color information
#DBE6AB (or 0xDBE6AB) is known color: Tusk. HEX triplet: DB, E6 and AB. RGB value is (219,230,171). Sum of RGB (Red+Green+Blue) = 219+230+171=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE6AB is #241954. Grayscale: #DCDCDC. Windows color (decimal): -2365781 or 11265755. OLE color: 11265755.
HSL color Cylindrical-coordinate representation of color #DBE6AB: hue angle of 71.19º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBE6AB is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 171 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.10 |
| HSL | 71.19º | 0.54% | 0.79% | - |
| HSV(B) | 71.19º | 0.26% | 0.9% | - |
| XYZ | 64.86 | 74.59 | 49.51 | - |
| YUV | 219.99 | 100.36 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 171 | 0.05 | 0 | 0.26 | 0.10 | 71.19 | 0.54 | 0.79 |
| Hex | DB | E6 | AB | 5 | 0 | 1A | A | 47 | 36 | 4F |
| Octal | 333 | 346 | 253 | 5 | 0 | 32 | 12 | 107 | 66 | 117 |
| Binary | 11011011 | 11100110 | 10101011 | 101 | 0 | 11010 | 1010 | 1000111 | 110110 | 1001111 |
Color Harmonies of #DBE6AB
Complementary color
Monochromatic Colors of #DBE6AB
Black with #DBE6AB
Text Example
Text Example
White with #DBE6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6AB; }
p { color: rgb(219,230,171); }
H1.HeaderClassName
{
color: #DBE6AB;
}
.AnyTagClassName
{
color: #DBE6AB;
}
</style>
background-color css
<style>
a { background-color: #DBE6AB; }
a { background-color: rgb(219,230,171); }
div.DivClassName
{
background-color: #DBE6AB;
}
.BgClassName
{
background-color: #DBE6AB;
}
</style>
border-color css
<style>
span { border-color: #DBE6AB; }
span { border-color: rgb(219,230,171); }
td.TdClassName
{
border-color: #DBE6AB;
}
.TagClassName
{
border-color: #DBE6AB;
}
</style>