Shades of Mango Tango #DB6808
Tints of Mango Tango #DB6808
RGB
CMYK
RGB Variations
Color information
#DB6808 (or 0xDB6808) is known color: Mango Tango. HEX triplet: DB, 68 and 08. RGB value is (219,104,8). Sum of RGB (Red+Green+Blue) = 219+104+8=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6808 is #2497F7. Grayscale: #7F7F7F. Windows color (decimal): -2398200 or 551131. OLE color: 551131.
HSL color Cylindrical-coordinate representation of color #DB6808: hue angle of 27.3º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB6808 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 8 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.14 |
| HSL | 27.3º | 0.93% | 0.45% | - |
| HSV(B) | 27.3º | 0.96% | 0.86% | - |
| XYZ | 34.21 | 24.98 | 3.25 | - |
| YUV | 127.44 | 60.6 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 8 | 0 | 0.53 | 0.96 | 0.14 | 27.3 | 0.93 | 0.45 |
| Hex | DB | 68 | 8 | 0 | 35 | 60 | E | 1B | 5D | 2D |
| Octal | 333 | 150 | 10 | 0 | 65 | 140 | 16 | 33 | 135 | 55 |
| Binary | 11011011 | 1101000 | 1000 | 0 | 110101 | 1100000 | 1110 | 11011 | 1011101 | 101101 |
Color Harmonies of #DB6808
Complementary color
Monochromatic Colors of #DB6808
Black with #DB6808
Text Example
Text Example
White with #DB6808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6808; }
p { color: rgb(219,104,8); }
H1.HeaderClassName
{
color: #DB6808;
}
.AnyTagClassName
{
color: #DB6808;
}
</style>
background-color css
<style>
a { background-color: #DB6808; }
a { background-color: rgb(219,104,8); }
div.DivClassName
{
background-color: #DB6808;
}
.BgClassName
{
background-color: #DB6808;
}
</style>
border-color css
<style>
span { border-color: #DB6808; }
span { border-color: rgb(219,104,8); }
td.TdClassName
{
border-color: #DB6808;
}
.TagClassName
{
border-color: #DB6808;
}
</style>