Shades of Tusk #DBE7AC
Tints of Tusk #DBE7AC
RGB
CMYK
RGB Variations
Color information
#DBE7AC (or 0xDBE7AC) is known color: Tusk. HEX triplet: DB, E7 and AC. RGB value is (219,231,172). Sum of RGB (Red+Green+Blue) = 219+231+172=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE7AC is #241853. Grayscale: #DCDCDC. Windows color (decimal): -2365524 or 11331547. OLE color: 11331547.
HSL color Cylindrical-coordinate representation of color #DBE7AC: hue angle of 72.2º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBE7AC is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 172 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.09 |
| HSL | 72.2º | 0.55% | 0.79% | - |
| HSV(B) | 72.2º | 0.26% | 0.91% | - |
| XYZ | 65.24 | 75.19 | 50.1 | - |
| YUV | 220.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 172 | 0.05 | 0 | 0.26 | 0.09 | 72.2 | 0.55 | 0.79 |
| Hex | DB | E7 | AC | 5 | 0 | 1A | 9 | 48 | 37 | 4F |
| Octal | 333 | 347 | 254 | 5 | 0 | 32 | 11 | 110 | 67 | 117 |
| Binary | 11011011 | 11100111 | 10101100 | 101 | 0 | 11010 | 1001 | 1001000 | 110111 | 1001111 |
Color Harmonies of #DBE7AC
Complementary color
Monochromatic Colors of #DBE7AC
Black with #DBE7AC
Text Example
Text Example
White with #DBE7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7AC; }
p { color: rgb(219,231,172); }
H1.HeaderClassName
{
color: #DBE7AC;
}
.AnyTagClassName
{
color: #DBE7AC;
}
</style>
background-color css
<style>
a { background-color: #DBE7AC; }
a { background-color: rgb(219,231,172); }
div.DivClassName
{
background-color: #DBE7AC;
}
.BgClassName
{
background-color: #DBE7AC;
}
</style>
border-color css
<style>
span { border-color: #DBE7AC; }
span { border-color: rgb(219,231,172); }
td.TdClassName
{
border-color: #DBE7AC;
}
.TagClassName
{
border-color: #DBE7AC;
}
</style>