Shades of Tusk #DBE3A6
Tints of Tusk #DBE3A6
RGB
CMYK
RGB Variations
Color information
#DBE3A6 (or 0xDBE3A6) is known color: Tusk. HEX triplet: DB, E3 and A6. RGB value is (219,227,166). Sum of RGB (Red+Green+Blue) = 219+227+166=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE3A6 is #241C59. Grayscale: #D9D9D9. Windows color (decimal): -2366554 or 10937307. OLE color: 10937307.
HSL color Cylindrical-coordinate representation of color #DBE3A6: hue angle of 67.87º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBE3A6 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 166 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.11 |
| HSL | 67.87º | 0.52% | 0.77% | - |
| HSV(B) | 67.87º | 0.27% | 0.89% | - |
| XYZ | 63.57 | 72.75 | 46.77 | - |
| YUV | 217.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 166 | 0.04 | 0 | 0.27 | 0.11 | 67.87 | 0.52 | 0.77 |
| Hex | DB | E3 | A6 | 4 | 0 | 1B | B | 44 | 34 | 4D |
| Octal | 333 | 343 | 246 | 4 | 0 | 33 | 13 | 104 | 64 | 115 |
| Binary | 11011011 | 11100011 | 10100110 | 100 | 0 | 11011 | 1011 | 1000100 | 110100 | 1001101 |
Color Harmonies of #DBE3A6
Complementary color
Monochromatic Colors of #DBE3A6
Black with #DBE3A6
Text Example
Text Example
White with #DBE3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3A6; }
p { color: rgb(219,227,166); }
H1.HeaderClassName
{
color: #DBE3A6;
}
.AnyTagClassName
{
color: #DBE3A6;
}
</style>
background-color css
<style>
a { background-color: #DBE3A6; }
a { background-color: rgb(219,227,166); }
div.DivClassName
{
background-color: #DBE3A6;
}
.BgClassName
{
background-color: #DBE3A6;
}
</style>
border-color css
<style>
span { border-color: #DBE3A6; }
span { border-color: rgb(219,227,166); }
td.TdClassName
{
border-color: #DBE3A6;
}
.TagClassName
{
border-color: #DBE3A6;
}
</style>