Shades of Tusk #DBE9AF
Tints of Tusk #DBE9AF
RGB
CMYK
RGB Variations
Color information
#DBE9AF (or 0xDBE9AF) is known color: Tusk. HEX triplet: DB, E9 and AF. RGB value is (219,233,175). Sum of RGB (Red+Green+Blue) = 219+233+175=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE9AF is #241650. Grayscale: #DEDEDE. Windows color (decimal): -2365009 or 11528667. OLE color: 11528667.
HSL color Cylindrical-coordinate representation of color #DBE9AF: hue angle of 74.48º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBE9AF is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 175 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.09 |
| HSL | 74.48º | 0.57% | 0.8% | - |
| HSV(B) | 74.48º | 0.25% | 0.91% | - |
| XYZ | 66.09 | 76.43 | 51.83 | - |
| YUV | 222.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 175 | 0.06 | 0 | 0.25 | 0.09 | 74.48 | 0.57 | 0.8 |
| Hex | DB | E9 | AF | 6 | 0 | 19 | 9 | 4A | 39 | 50 |
| Octal | 333 | 351 | 257 | 6 | 0 | 31 | 11 | 112 | 71 | 120 |
| Binary | 11011011 | 11101001 | 10101111 | 110 | 0 | 11001 | 1001 | 1001010 | 111001 | 1010000 |
Color Harmonies of #DBE9AF
Complementary color
Monochromatic Colors of #DBE9AF
Black with #DBE9AF
Text Example
Text Example
White with #DBE9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9AF; }
p { color: rgb(219,233,175); }
H1.HeaderClassName
{
color: #DBE9AF;
}
.AnyTagClassName
{
color: #DBE9AF;
}
</style>
background-color css
<style>
a { background-color: #DBE9AF; }
a { background-color: rgb(219,233,175); }
div.DivClassName
{
background-color: #DBE9AF;
}
.BgClassName
{
background-color: #DBE9AF;
}
</style>
border-color css
<style>
span { border-color: #DBE9AF; }
span { border-color: rgb(219,233,175); }
td.TdClassName
{
border-color: #DBE9AF;
}
.TagClassName
{
border-color: #DBE9AF;
}
</style>