Shades of Tusk #DBE9AD
Tints of Tusk #DBE9AD
RGB
CMYK
RGB Variations
Color information
#DBE9AD (or 0xDBE9AD) is known color: Tusk. HEX triplet: DB, E9 and AD. RGB value is (219,233,173). Sum of RGB (Red+Green+Blue) = 219+233+173=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE9AD is #241652. Grayscale: #DEDEDE. Windows color (decimal): -2365011 or 11397595. OLE color: 11397595.
HSL color Cylindrical-coordinate representation of color #DBE9AD: hue angle of 74º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBE9AD is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 173 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.09 |
| HSL | 74º | 0.58% | 0.8% | - |
| HSV(B) | 74º | 0.26% | 0.91% | - |
| XYZ | 65.9 | 76.36 | 50.8 | - |
| YUV | 221.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 173 | 0.06 | 0 | 0.26 | 0.09 | 74 | 0.58 | 0.8 |
| Hex | DB | E9 | AD | 6 | 0 | 1A | 9 | 4A | 3A | 50 |
| Octal | 333 | 351 | 255 | 6 | 0 | 32 | 11 | 112 | 72 | 120 |
| Binary | 11011011 | 11101001 | 10101101 | 110 | 0 | 11010 | 1001 | 1001010 | 111010 | 1010000 |
Color Harmonies of #DBE9AD
Complementary color
Monochromatic Colors of #DBE9AD
Black with #DBE9AD
Text Example
Text Example
White with #DBE9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9AD; }
p { color: rgb(219,233,173); }
H1.HeaderClassName
{
color: #DBE9AD;
}
.AnyTagClassName
{
color: #DBE9AD;
}
</style>
background-color css
<style>
a { background-color: #DBE9AD; }
a { background-color: rgb(219,233,173); }
div.DivClassName
{
background-color: #DBE9AD;
}
.BgClassName
{
background-color: #DBE9AD;
}
</style>
border-color css
<style>
span { border-color: #DBE9AD; }
span { border-color: rgb(219,233,173); }
td.TdClassName
{
border-color: #DBE9AD;
}
.TagClassName
{
border-color: #DBE9AD;
}
</style>