Shades of Tusk #DBE6AC
Tints of Tusk #DBE6AC
RGB
CMYK
RGB Variations
Color information
#DBE6AC (or 0xDBE6AC) is known color: Tusk. HEX triplet: DB, E6 and AC. RGB value is (219,230,172). Sum of RGB (Red+Green+Blue) = 219+230+172=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE6AC is #241953. Grayscale: #DCDCDC. Windows color (decimal): -2365780 or 11331291. OLE color: 11331291.
HSL color Cylindrical-coordinate representation of color #DBE6AC: hue angle of 71.38º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBE6AC is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 172 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.10 |
| HSL | 71.38º | 0.54% | 0.79% | - |
| HSV(B) | 71.38º | 0.25% | 0.9% | - |
| XYZ | 64.96 | 74.63 | 50.01 | - |
| YUV | 220.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 172 | 0.05 | 0 | 0.25 | 0.10 | 71.38 | 0.54 | 0.79 |
| Hex | DB | E6 | AC | 5 | 0 | 19 | A | 47 | 36 | 4F |
| Octal | 333 | 346 | 254 | 5 | 0 | 31 | 12 | 107 | 66 | 117 |
| Binary | 11011011 | 11100110 | 10101100 | 101 | 0 | 11001 | 1010 | 1000111 | 110110 | 1001111 |
Color Harmonies of #DBE6AC
Complementary color
Monochromatic Colors of #DBE6AC
Black with #DBE6AC
Text Example
Text Example
White with #DBE6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6AC; }
p { color: rgb(219,230,172); }
H1.HeaderClassName
{
color: #DBE6AC;
}
.AnyTagClassName
{
color: #DBE6AC;
}
</style>
background-color css
<style>
a { background-color: #DBE6AC; }
a { background-color: rgb(219,230,172); }
div.DivClassName
{
background-color: #DBE6AC;
}
.BgClassName
{
background-color: #DBE6AC;
}
</style>
border-color css
<style>
span { border-color: #DBE6AC; }
span { border-color: rgb(219,230,172); }
td.TdClassName
{
border-color: #DBE6AC;
}
.TagClassName
{
border-color: #DBE6AC;
}
</style>