Shades of Mango Tango #DB7A06
Tints of Mango Tango #DB7A06
RGB
CMYK
RGB Variations
Color information
#DB7A06 (or 0xDB7A06) is known color: Mango Tango. HEX triplet: DB, 7A and 06. RGB value is (219,122,6). Sum of RGB (Red+Green+Blue) = 219+122+6=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7A06 is #2485F9. Grayscale: #8A8A8A. Windows color (decimal): -2393594 or 424667. OLE color: 424667.
HSL color Cylindrical-coordinate representation of color #DB7A06: hue angle of 32.68º 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 #DB7A06 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 6 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.14 |
| HSL | 32.68º | 0.95% | 0.44% | - |
| HSV(B) | 32.68º | 0.97% | 0.86% | - |
| XYZ | 36.21 | 28.99 | 3.86 | - |
| YUV | 137.78 | 53.64 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 6 | 0 | 0.44 | 0.97 | 0.14 | 32.68 | 0.95 | 0.44 |
| Hex | DB | 7A | 6 | 0 | 2C | 61 | E | 21 | 5F | 2C |
| Octal | 333 | 172 | 6 | 0 | 54 | 141 | 16 | 41 | 137 | 54 |
| Binary | 11011011 | 1111010 | 110 | 0 | 101100 | 1100001 | 1110 | 100001 | 1011111 | 101100 |
Color Harmonies of #DB7A06
Complementary color
Monochromatic Colors of #DB7A06
Black with #DB7A06
Text Example
Text Example
White with #DB7A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A06; }
p { color: rgb(219,122,6); }
H1.HeaderClassName
{
color: #DB7A06;
}
.AnyTagClassName
{
color: #DB7A06;
}
</style>
background-color css
<style>
a { background-color: #DB7A06; }
a { background-color: rgb(219,122,6); }
div.DivClassName
{
background-color: #DB7A06;
}
.BgClassName
{
background-color: #DB7A06;
}
</style>
border-color css
<style>
span { border-color: #DB7A06; }
span { border-color: rgb(219,122,6); }
td.TdClassName
{
border-color: #DB7A06;
}
.TagClassName
{
border-color: #DB7A06;
}
</style>