Shades of Mango Tango #DC7E03
Tints of Mango Tango #DC7E03
RGB
CMYK
RGB Variations
Color information
#DC7E03 (or 0xDC7E03) is known color: Mango Tango. HEX triplet: DC, 7E and 03. RGB value is (220,126,3). Sum of RGB (Red+Green+Blue) = 220+126+3=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7E03 is #2381FC. Grayscale: #8C8C8C. Windows color (decimal): -2327037 or 229084. OLE color: 229084.
HSL color Cylindrical-coordinate representation of color #DC7E03: hue angle of 34.01º 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 #DC7E03 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 3 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.14 |
| HSL | 34.01º | 0.97% | 0.44% | - |
| HSV(B) | 34.01º | 0.99% | 0.86% | - |
| XYZ | 36.99 | 30.14 | 3.95 | - |
| YUV | 140.08 | 50.64 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 3 | 0 | 0.43 | 0.99 | 0.14 | 34.01 | 0.97 | 0.44 |
| Hex | DC | 7E | 3 | 0 | 2B | 63 | E | 22 | 61 | 2C |
| Octal | 334 | 176 | 3 | 0 | 53 | 143 | 16 | 42 | 141 | 54 |
| Binary | 11011100 | 1111110 | 11 | 0 | 101011 | 1100011 | 1110 | 100010 | 1100001 | 101100 |
Color Harmonies of #DC7E03
Complementary color
Monochromatic Colors of #DC7E03
Black with #DC7E03
Text Example
Text Example
White with #DC7E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E03; }
p { color: rgb(220,126,3); }
H1.HeaderClassName
{
color: #DC7E03;
}
.AnyTagClassName
{
color: #DC7E03;
}
</style>
background-color css
<style>
a { background-color: #DC7E03; }
a { background-color: rgb(220,126,3); }
div.DivClassName
{
background-color: #DC7E03;
}
.BgClassName
{
background-color: #DC7E03;
}
</style>
border-color css
<style>
span { border-color: #DC7E03; }
span { border-color: rgb(220,126,3); }
td.TdClassName
{
border-color: #DC7E03;
}
.TagClassName
{
border-color: #DC7E03;
}
</style>