Shades of Tusk #DBE3AA
Tints of Tusk #DBE3AA
RGB
CMYK
RGB Variations
Color information
#DBE3AA (or 0xDBE3AA) is known color: Tusk. HEX triplet: DB, E3 and AA. RGB value is (219,227,170). Sum of RGB (Red+Green+Blue) = 219+227+170=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE3AA is #241C55. Grayscale: #DADADA. Windows color (decimal): -2366550 or 11199451. OLE color: 11199451.
HSL color Cylindrical-coordinate representation of color #DBE3AA: hue angle of 68.42º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBE3AA is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 170 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.11 |
| HSL | 68.42º | 0.5% | 0.78% | - |
| HSV(B) | 68.42º | 0.25% | 0.89% | - |
| XYZ | 63.94 | 72.9 | 48.73 | - |
| YUV | 218.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 170 | 0.04 | 0 | 0.25 | 0.11 | 68.42 | 0.5 | 0.78 |
| Hex | DB | E3 | AA | 4 | 0 | 19 | B | 44 | 32 | 4E |
| Octal | 333 | 343 | 252 | 4 | 0 | 31 | 13 | 104 | 62 | 116 |
| Binary | 11011011 | 11100011 | 10101010 | 100 | 0 | 11001 | 1011 | 1000100 | 110010 | 1001110 |
Color Harmonies of #DBE3AA
Complementary color
Monochromatic Colors of #DBE3AA
Black with #DBE3AA
Text Example
Text Example
White with #DBE3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3AA; }
p { color: rgb(219,227,170); }
H1.HeaderClassName
{
color: #DBE3AA;
}
.AnyTagClassName
{
color: #DBE3AA;
}
</style>
background-color css
<style>
a { background-color: #DBE3AA; }
a { background-color: rgb(219,227,170); }
div.DivClassName
{
background-color: #DBE3AA;
}
.BgClassName
{
background-color: #DBE3AA;
}
</style>
border-color css
<style>
span { border-color: #DBE3AA; }
span { border-color: rgb(219,227,170); }
td.TdClassName
{
border-color: #DBE3AA;
}
.TagClassName
{
border-color: #DBE3AA;
}
</style>