Shades of Tusk #DBE49D
Tints of Tusk #DBE49D
RGB
CMYK
RGB Variations
Color information
#DBE49D (or 0xDBE49D) is known color: Tusk. HEX triplet: DB, E4 and 9D. RGB value is (219,228,157). Sum of RGB (Red+Green+Blue) = 219+228+157=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE49D is #241B62. Grayscale: #D9D9D9. Windows color (decimal): -2366307 or 10347739. OLE color: 10347739.
HSL color Cylindrical-coordinate representation of color #DBE49D: hue angle of 67.61º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBE49D is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 157 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.11 |
| HSL | 67.61º | 0.57% | 0.75% | - |
| HSV(B) | 67.61º | 0.31% | 0.89% | - |
| XYZ | 63.04 | 72.98 | 42.66 | - |
| YUV | 217.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 157 | 0.04 | 0 | 0.31 | 0.11 | 67.61 | 0.57 | 0.75 |
| Hex | DB | E4 | 9D | 4 | 0 | 1F | B | 44 | 39 | 4B |
| Octal | 333 | 344 | 235 | 4 | 0 | 37 | 13 | 104 | 71 | 113 |
| Binary | 11011011 | 11100100 | 10011101 | 100 | 0 | 11111 | 1011 | 1000100 | 111001 | 1001011 |
Color Harmonies of #DBE49D
Complementary color
Monochromatic Colors of #DBE49D
Black with #DBE49D
Text Example
Text Example
White with #DBE49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE49D; }
p { color: rgb(219,228,157); }
H1.HeaderClassName
{
color: #DBE49D;
}
.AnyTagClassName
{
color: #DBE49D;
}
</style>
background-color css
<style>
a { background-color: #DBE49D; }
a { background-color: rgb(219,228,157); }
div.DivClassName
{
background-color: #DBE49D;
}
.BgClassName
{
background-color: #DBE49D;
}
</style>
border-color css
<style>
span { border-color: #DBE49D; }
span { border-color: rgb(219,228,157); }
td.TdClassName
{
border-color: #DBE49D;
}
.TagClassName
{
border-color: #DBE49D;
}
</style>