Shades of Tusk #DBE6AF
Tints of Tusk #DBE6AF
RGB
CMYK
RGB Variations
Color information
#DBE6AF (or 0xDBE6AF) is known color: Tusk. HEX triplet: DB, E6 and AF. RGB value is (219,230,175). Sum of RGB (Red+Green+Blue) = 219+230+175=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE6AF is #241950. Grayscale: #DCDCDC. Windows color (decimal): -2365777 or 11527899. OLE color: 11527899.
HSL color Cylindrical-coordinate representation of color #DBE6AF: hue angle of 72º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBE6AF is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 175 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.10 |
| HSL | 72º | 0.52% | 0.79% | - |
| HSV(B) | 72º | 0.24% | 0.9% | - |
| XYZ | 65.25 | 74.75 | 51.55 | - |
| YUV | 220.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 175 | 0.05 | 0 | 0.24 | 0.10 | 72 | 0.52 | 0.79 |
| Hex | DB | E6 | AF | 5 | 0 | 18 | A | 48 | 34 | 4F |
| Octal | 333 | 346 | 257 | 5 | 0 | 30 | 12 | 110 | 64 | 117 |
| Binary | 11011011 | 11100110 | 10101111 | 101 | 0 | 11000 | 1010 | 1001000 | 110100 | 1001111 |
Color Harmonies of #DBE6AF
Complementary color
Monochromatic Colors of #DBE6AF
Black with #DBE6AF
Text Example
Text Example
White with #DBE6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6AF; }
p { color: rgb(219,230,175); }
H1.HeaderClassName
{
color: #DBE6AF;
}
.AnyTagClassName
{
color: #DBE6AF;
}
</style>
background-color css
<style>
a { background-color: #DBE6AF; }
a { background-color: rgb(219,230,175); }
div.DivClassName
{
background-color: #DBE6AF;
}
.BgClassName
{
background-color: #DBE6AF;
}
</style>
border-color css
<style>
span { border-color: #DBE6AF; }
span { border-color: rgb(219,230,175); }
td.TdClassName
{
border-color: #DBE6AF;
}
.TagClassName
{
border-color: #DBE6AF;
}
</style>