Shades of Tusk #DBE1AF
Tints of Tusk #DBE1AF
RGB
CMYK
RGB Variations
Color information
#DBE1AF (or 0xDBE1AF) is known color: Tusk. HEX triplet: DB, E1 and AF. RGB value is (219,225,175). Sum of RGB (Red+Green+Blue) = 219+225+175=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE1AF is #241E50. Grayscale: #D9D9D9. Windows color (decimal): -2367057 or 11526619. OLE color: 11526619.
HSL color Cylindrical-coordinate representation of color #DBE1AF: hue angle of 67.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBE1AF is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 175 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.12 |
| HSL | 67.2º | 0.45% | 0.78% | - |
| HSV(B) | 67.2º | 0.22% | 0.88% | - |
| XYZ | 63.88 | 72.01 | 51.09 | - |
| YUV | 217.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 175 | 0.03 | 0 | 0.22 | 0.12 | 67.2 | 0.45 | 0.78 |
| Hex | DB | E1 | AF | 3 | 0 | 16 | C | 43 | 2D | 4E |
| Octal | 333 | 341 | 257 | 3 | 0 | 26 | 14 | 103 | 55 | 116 |
| Binary | 11011011 | 11100001 | 10101111 | 11 | 0 | 10110 | 1100 | 1000011 | 101101 | 1001110 |
Color Harmonies of #DBE1AF
Complementary color
Monochromatic Colors of #DBE1AF
Black with #DBE1AF
Text Example
Text Example
White with #DBE1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE1AF; }
p { color: rgb(219,225,175); }
H1.HeaderClassName
{
color: #DBE1AF;
}
.AnyTagClassName
{
color: #DBE1AF;
}
</style>
background-color css
<style>
a { background-color: #DBE1AF; }
a { background-color: rgb(219,225,175); }
div.DivClassName
{
background-color: #DBE1AF;
}
.BgClassName
{
background-color: #DBE1AF;
}
</style>
border-color css
<style>
span { border-color: #DBE1AF; }
span { border-color: rgb(219,225,175); }
td.TdClassName
{
border-color: #DBE1AF;
}
.TagClassName
{
border-color: #DBE1AF;
}
</style>