Shades of Tusk #DBE2AF
Tints of Tusk #DBE2AF
RGB
CMYK
RGB Variations
Color information
#DBE2AF (or 0xDBE2AF) is known color: Tusk. HEX triplet: DB, E2 and AF. RGB value is (219,226,175). Sum of RGB (Red+Green+Blue) = 219+226+175=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE2AF is #241D50. Grayscale: #DADADA. Windows color (decimal): -2366801 or 11526875. OLE color: 11526875.
HSL color Cylindrical-coordinate representation of color #DBE2AF: hue angle of 68.24º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBE2AF is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 175 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.11 |
| HSL | 68.24º | 0.47% | 0.79% | - |
| HSV(B) | 68.24º | 0.23% | 0.89% | - |
| XYZ | 64.15 | 72.55 | 51.18 | - |
| YUV | 218.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 175 | 0.03 | 0 | 0.23 | 0.11 | 68.24 | 0.47 | 0.79 |
| Hex | DB | E2 | AF | 3 | 0 | 17 | B | 44 | 2F | 4F |
| Octal | 333 | 342 | 257 | 3 | 0 | 27 | 13 | 104 | 57 | 117 |
| Binary | 11011011 | 11100010 | 10101111 | 11 | 0 | 10111 | 1011 | 1000100 | 101111 | 1001111 |
Color Harmonies of #DBE2AF
Complementary color
Monochromatic Colors of #DBE2AF
Black with #DBE2AF
Text Example
Text Example
White with #DBE2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2AF; }
p { color: rgb(219,226,175); }
H1.HeaderClassName
{
color: #DBE2AF;
}
.AnyTagClassName
{
color: #DBE2AF;
}
</style>
background-color css
<style>
a { background-color: #DBE2AF; }
a { background-color: rgb(219,226,175); }
div.DivClassName
{
background-color: #DBE2AF;
}
.BgClassName
{
background-color: #DBE2AF;
}
</style>
border-color css
<style>
span { border-color: #DBE2AF; }
span { border-color: rgb(219,226,175); }
td.TdClassName
{
border-color: #DBE2AF;
}
.TagClassName
{
border-color: #DBE2AF;
}
</style>