Shades of Tusk #DBE49C
Tints of Tusk #DBE49C
RGB
CMYK
RGB Variations
Color information
#DBE49C (or 0xDBE49C) is known color: Tusk. HEX triplet: DB, E4 and 9C. RGB value is (219,228,156). Sum of RGB (Red+Green+Blue) = 219+228+156=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 156 (61.33% from 255 or 25.87% from 603); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE49C is #241B63. Grayscale: #D9D9D9. Windows color (decimal): -2366308 or 10282203. OLE color: 10282203.
HSL color Cylindrical-coordinate representation of color #DBE49C: hue angle of 67.5º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBE49C is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 156 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.11 |
| HSL | 67.5º | 0.57% | 0.75% | - |
| HSV(B) | 67.5º | 0.32% | 0.89% | - |
| XYZ | 62.96 | 72.95 | 42.21 | - |
| YUV | 217.1 | 93.52 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 156 | 0.04 | 0 | 0.32 | 0.11 | 67.5 | 0.57 | 0.75 |
| Hex | DB | E4 | 9C | 4 | 0 | 20 | B | 44 | 39 | 4B |
| Octal | 333 | 344 | 234 | 4 | 0 | 40 | 13 | 104 | 71 | 113 |
| Binary | 11011011 | 11100100 | 10011100 | 100 | 0 | 100000 | 1011 | 1000100 | 111001 | 1001011 |
Color Harmonies of #DBE49C
Complementary color
Monochromatic Colors of #DBE49C
Black with #DBE49C
Text Example
Text Example
White with #DBE49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE49C; }
p { color: rgb(219,228,156); }
H1.HeaderClassName
{
color: #DBE49C;
}
.AnyTagClassName
{
color: #DBE49C;
}
</style>
background-color css
<style>
a { background-color: #DBE49C; }
a { background-color: rgb(219,228,156); }
div.DivClassName
{
background-color: #DBE49C;
}
.BgClassName
{
background-color: #DBE49C;
}
</style>
border-color css
<style>
span { border-color: #DBE49C; }
span { border-color: rgb(219,228,156); }
td.TdClassName
{
border-color: #DBE49C;
}
.TagClassName
{
border-color: #DBE49C;
}
</style>