Shades of Tusk #DBE69F
Tints of Tusk #DBE69F
RGB
CMYK
RGB Variations
Color information
#DBE69F (or 0xDBE69F) is known color: Tusk. HEX triplet: DB, E6 and 9F. RGB value is (219,230,159). Sum of RGB (Red+Green+Blue) = 219+230+159=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE69F is #241960. Grayscale: #DADADA. Windows color (decimal): -2365793 or 10479323. OLE color: 10479323.
HSL color Cylindrical-coordinate representation of color #DBE69F: hue angle of 69.3º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBE69F is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 159 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.10 |
| HSL | 69.3º | 0.59% | 0.76% | - |
| HSV(B) | 69.3º | 0.31% | 0.9% | - |
| XYZ | 63.77 | 74.16 | 43.75 | - |
| YUV | 218.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 159 | 0.05 | 0 | 0.31 | 0.10 | 69.3 | 0.59 | 0.76 |
| Hex | DB | E6 | 9F | 5 | 0 | 1F | A | 45 | 3B | 4C |
| Octal | 333 | 346 | 237 | 5 | 0 | 37 | 12 | 105 | 73 | 114 |
| Binary | 11011011 | 11100110 | 10011111 | 101 | 0 | 11111 | 1010 | 1000101 | 111011 | 1001100 |
Color Harmonies of #DBE69F
Complementary color
Monochromatic Colors of #DBE69F
Black with #DBE69F
Text Example
Text Example
White with #DBE69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE69F; }
p { color: rgb(219,230,159); }
H1.HeaderClassName
{
color: #DBE69F;
}
.AnyTagClassName
{
color: #DBE69F;
}
</style>
background-color css
<style>
a { background-color: #DBE69F; }
a { background-color: rgb(219,230,159); }
div.DivClassName
{
background-color: #DBE69F;
}
.BgClassName
{
background-color: #DBE69F;
}
</style>
border-color css
<style>
span { border-color: #DBE69F; }
span { border-color: rgb(219,230,159); }
td.TdClassName
{
border-color: #DBE69F;
}
.TagClassName
{
border-color: #DBE69F;
}
</style>