Shades of Mango Tango #DB7F07
Tints of Mango Tango #DB7F07
RGB
CMYK
RGB Variations
Color information
#DB7F07 (or 0xDB7F07) is known color: Mango Tango. HEX triplet: DB, 7F and 07. RGB value is (219,127,7). Sum of RGB (Red+Green+Blue) = 219+127+7=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7F07 is #2480F8. Grayscale: #8D8D8D. Windows color (decimal): -2392313 or 491483. OLE color: 491483.
HSL color Cylindrical-coordinate representation of color #DB7F07: hue angle of 33.96º degrees, saturation: 0.94, 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 #DB7F07 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 7 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.14 |
| HSL | 33.96º | 0.94% | 0.44% | - |
| HSV(B) | 33.96º | 0.97% | 0.86% | - |
| XYZ | 36.84 | 30.25 | 4.1 | - |
| YUV | 140.83 | 52.48 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 7 | 0 | 0.42 | 0.97 | 0.14 | 33.96 | 0.94 | 0.44 |
| Hex | DB | 7F | 7 | 0 | 2A | 61 | E | 22 | 5E | 2C |
| Octal | 333 | 177 | 7 | 0 | 52 | 141 | 16 | 42 | 136 | 54 |
| Binary | 11011011 | 1111111 | 111 | 0 | 101010 | 1100001 | 1110 | 100010 | 1011110 | 101100 |
Color Harmonies of #DB7F07
Complementary color
Monochromatic Colors of #DB7F07
Black with #DB7F07
Text Example
Text Example
White with #DB7F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F07; }
p { color: rgb(219,127,7); }
H1.HeaderClassName
{
color: #DB7F07;
}
.AnyTagClassName
{
color: #DB7F07;
}
</style>
background-color css
<style>
a { background-color: #DB7F07; }
a { background-color: rgb(219,127,7); }
div.DivClassName
{
background-color: #DB7F07;
}
.BgClassName
{
background-color: #DB7F07;
}
</style>
border-color css
<style>
span { border-color: #DB7F07; }
span { border-color: rgb(219,127,7); }
td.TdClassName
{
border-color: #DB7F07;
}
.TagClassName
{
border-color: #DB7F07;
}
</style>