Shades of Mango Tango #DB6508
Tints of Mango Tango #DB6508
RGB
CMYK
RGB Variations
Color information
#DB6508 (or 0xDB6508) is known color: Mango Tango. HEX triplet: DB, 65 and 08. RGB value is (219,101,8). Sum of RGB (Red+Green+Blue) = 219+101+8=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6508 is #249AF7. Grayscale: #7E7E7E. Windows color (decimal): -2398968 or 550363. OLE color: 550363.
HSL color Cylindrical-coordinate representation of color #DB6508: hue angle of 26.45º 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 #DB6508 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 8 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.14 |
| HSL | 26.45º | 0.93% | 0.45% | - |
| HSV(B) | 26.45º | 0.96% | 0.86% | - |
| XYZ | 33.91 | 24.38 | 3.15 | - |
| YUV | 125.68 | 61.59 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 8 | 0 | 0.54 | 0.96 | 0.14 | 26.45 | 0.93 | 0.45 |
| Hex | DB | 65 | 8 | 0 | 36 | 60 | E | 1A | 5D | 2D |
| Octal | 333 | 145 | 10 | 0 | 66 | 140 | 16 | 32 | 135 | 55 |
| Binary | 11011011 | 1100101 | 1000 | 0 | 110110 | 1100000 | 1110 | 11010 | 1011101 | 101101 |
Color Harmonies of #DB6508
Complementary color
Monochromatic Colors of #DB6508
Black with #DB6508
Text Example
Text Example
White with #DB6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6508; }
p { color: rgb(219,101,8); }
H1.HeaderClassName
{
color: #DB6508;
}
.AnyTagClassName
{
color: #DB6508;
}
</style>
background-color css
<style>
a { background-color: #DB6508; }
a { background-color: rgb(219,101,8); }
div.DivClassName
{
background-color: #DB6508;
}
.BgClassName
{
background-color: #DB6508;
}
</style>
border-color css
<style>
span { border-color: #DB6508; }
span { border-color: rgb(219,101,8); }
td.TdClassName
{
border-color: #DB6508;
}
.TagClassName
{
border-color: #DB6508;
}
</style>