Shades of Tusk #DBE0AF
Tints of Tusk #DBE0AF
RGB
CMYK
RGB Variations
Color information
#DBE0AF (or 0xDBE0AF) is known color: Tusk. HEX triplet: DB, E0 and AF. RGB value is (219,224,175). Sum of RGB (Red+Green+Blue) = 219+224+175=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE0AF is #241F50. Grayscale: #D9D9D9. Windows color (decimal): -2367313 or 11526363. OLE color: 11526363.
HSL color Cylindrical-coordinate representation of color #DBE0AF: hue angle of 66.12º degrees, saturation: 0.44, 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 #DBE0AF is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 175 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.12 |
| HSL | 66.12º | 0.44% | 0.78% | - |
| HSV(B) | 66.12º | 0.22% | 0.88% | - |
| XYZ | 63.61 | 71.47 | 51 | - |
| YUV | 216.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 175 | 0.02 | 0 | 0.22 | 0.12 | 66.12 | 0.44 | 0.78 |
| Hex | DB | E0 | AF | 2 | 0 | 16 | C | 42 | 2C | 4E |
| Octal | 333 | 340 | 257 | 2 | 0 | 26 | 14 | 102 | 54 | 116 |
| Binary | 11011011 | 11100000 | 10101111 | 10 | 0 | 10110 | 1100 | 1000010 | 101100 | 1001110 |
Color Harmonies of #DBE0AF
Complementary color
Monochromatic Colors of #DBE0AF
Black with #DBE0AF
Text Example
Text Example
White with #DBE0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE0AF; }
p { color: rgb(219,224,175); }
H1.HeaderClassName
{
color: #DBE0AF;
}
.AnyTagClassName
{
color: #DBE0AF;
}
</style>
background-color css
<style>
a { background-color: #DBE0AF; }
a { background-color: rgb(219,224,175); }
div.DivClassName
{
background-color: #DBE0AF;
}
.BgClassName
{
background-color: #DBE0AF;
}
</style>
border-color css
<style>
span { border-color: #DBE0AF; }
span { border-color: rgb(219,224,175); }
td.TdClassName
{
border-color: #DBE0AF;
}
.TagClassName
{
border-color: #DBE0AF;
}
</style>