Shades of Mango Tango #DB7408
Tints of Mango Tango #DB7408
RGB
CMYK
RGB Variations
Color information
#DB7408 (or 0xDB7408) is known color: Mango Tango. HEX triplet: DB, 74 and 08. RGB value is (219,116,8). Sum of RGB (Red+Green+Blue) = 219+116+8=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7408 is #248BF7. Grayscale: #878787. Windows color (decimal): -2395128 or 554203. OLE color: 554203.
HSL color Cylindrical-coordinate representation of color #DB7408: hue angle of 30.71º 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 #DB7408 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 8 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.14 |
| HSL | 30.71º | 0.93% | 0.45% | - |
| HSV(B) | 30.71º | 0.96% | 0.86% | - |
| XYZ | 35.5 | 27.57 | 3.68 | - |
| YUV | 134.49 | 56.62 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 8 | 0 | 0.47 | 0.96 | 0.14 | 30.71 | 0.93 | 0.45 |
| Hex | DB | 74 | 8 | 0 | 2F | 60 | E | 1F | 5D | 2D |
| Octal | 333 | 164 | 10 | 0 | 57 | 140 | 16 | 37 | 135 | 55 |
| Binary | 11011011 | 1110100 | 1000 | 0 | 101111 | 1100000 | 1110 | 11111 | 1011101 | 101101 |
Color Harmonies of #DB7408
Complementary color
Monochromatic Colors of #DB7408
Black with #DB7408
Text Example
Text Example
White with #DB7408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7408; }
p { color: rgb(219,116,8); }
H1.HeaderClassName
{
color: #DB7408;
}
.AnyTagClassName
{
color: #DB7408;
}
</style>
background-color css
<style>
a { background-color: #DB7408; }
a { background-color: rgb(219,116,8); }
div.DivClassName
{
background-color: #DB7408;
}
.BgClassName
{
background-color: #DB7408;
}
</style>
border-color css
<style>
span { border-color: #DB7408; }
span { border-color: rgb(219,116,8); }
td.TdClassName
{
border-color: #DB7408;
}
.TagClassName
{
border-color: #DB7408;
}
</style>