Shades of Mango Tango #DB7906
Tints of Mango Tango #DB7906
RGB
CMYK
RGB Variations
Color information
#DB7906 (or 0xDB7906) is known color: Mango Tango. HEX triplet: DB, 79 and 06. RGB value is (219,121,6). Sum of RGB (Red+Green+Blue) = 219+121+6=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7906 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7906 is #2486F9. Grayscale: #898989. Windows color (decimal): -2393850 or 424411. OLE color: 424411.
HSL color Cylindrical-coordinate representation of color #DB7906: hue angle of 32.39º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB7906 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 6 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.14 |
| HSL | 32.39º | 0.95% | 0.44% | - |
| HSV(B) | 32.39º | 0.97% | 0.86% | - |
| XYZ | 36.08 | 28.75 | 3.82 | - |
| YUV | 137.19 | 53.97 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 6 | 0 | 0.45 | 0.97 | 0.14 | 32.39 | 0.95 | 0.44 |
| Hex | DB | 79 | 6 | 0 | 2D | 61 | E | 20 | 5F | 2C |
| Octal | 333 | 171 | 6 | 0 | 55 | 141 | 16 | 40 | 137 | 54 |
| Binary | 11011011 | 1111001 | 110 | 0 | 101101 | 1100001 | 1110 | 100000 | 1011111 | 101100 |
Color Harmonies of #DB7906
Complementary color
Monochromatic Colors of #DB7906
Black with #DB7906
Text Example
Text Example
White with #DB7906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7906; }
p { color: rgb(219,121,6); }
H1.HeaderClassName
{
color: #DB7906;
}
.AnyTagClassName
{
color: #DB7906;
}
</style>
background-color css
<style>
a { background-color: #DB7906; }
a { background-color: rgb(219,121,6); }
div.DivClassName
{
background-color: #DB7906;
}
.BgClassName
{
background-color: #DB7906;
}
</style>
border-color css
<style>
span { border-color: #DB7906; }
span { border-color: rgb(219,121,6); }
td.TdClassName
{
border-color: #DB7906;
}
.TagClassName
{
border-color: #DB7906;
}
</style>