Shades of Mango Tango #DB7F03
Tints of Mango Tango #DB7F03
RGB
CMYK
RGB Variations
Color information
#DB7F03 (or 0xDB7F03) is known color: Mango Tango. HEX triplet: DB, 7F and 03. RGB value is (219,127,3). Sum of RGB (Red+Green+Blue) = 219+127+3=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7F03 is #2480FC. Grayscale: #8C8C8C. Windows color (decimal): -2392317 or 229339. OLE color: 229339.
HSL color Cylindrical-coordinate representation of color #DB7F03: hue angle of 34.44º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB7F03 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.14 |
| HSL | 34.44º | 0.97% | 0.44% | - |
| HSV(B) | 34.44º | 0.99% | 0.86% | - |
| XYZ | 36.82 | 30.25 | 3.98 | - |
| YUV | 140.37 | 50.48 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 3 | 0 | 0.42 | 0.99 | 0.14 | 34.44 | 0.97 | 0.44 |
| Hex | DB | 7F | 3 | 0 | 2A | 63 | E | 22 | 61 | 2C |
| Octal | 333 | 177 | 3 | 0 | 52 | 143 | 16 | 42 | 141 | 54 |
| Binary | 11011011 | 1111111 | 11 | 0 | 101010 | 1100011 | 1110 | 100010 | 1100001 | 101100 |
Color Harmonies of #DB7F03
Complementary color
Monochromatic Colors of #DB7F03
Black with #DB7F03
Text Example
Text Example
White with #DB7F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F03; }
p { color: rgb(219,127,3); }
H1.HeaderClassName
{
color: #DB7F03;
}
.AnyTagClassName
{
color: #DB7F03;
}
</style>
background-color css
<style>
a { background-color: #DB7F03; }
a { background-color: rgb(219,127,3); }
div.DivClassName
{
background-color: #DB7F03;
}
.BgClassName
{
background-color: #DB7F03;
}
</style>
border-color css
<style>
span { border-color: #DB7F03; }
span { border-color: rgb(219,127,3); }
td.TdClassName
{
border-color: #DB7F03;
}
.TagClassName
{
border-color: #DB7F03;
}
</style>