Shades of Mango Tango #DC7A03
Tints of Mango Tango #DC7A03
RGB
CMYK
RGB Variations
Color information
#DC7A03 (or 0xDC7A03) is known color: Mango Tango. HEX triplet: DC, 7A and 03. RGB value is (220,122,3). Sum of RGB (Red+Green+Blue) = 220+122+3=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7A03 is #2385FC. Grayscale: #8A8A8A. Windows color (decimal): -2328061 or 228060. OLE color: 228060.
HSL color Cylindrical-coordinate representation of color #DC7A03: hue angle of 32.9º 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 #DC7A03 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 3 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.14 |
| HSL | 32.9º | 0.97% | 0.44% | - |
| HSV(B) | 32.9º | 0.99% | 0.86% | - |
| XYZ | 36.49 | 29.14 | 3.79 | - |
| YUV | 137.74 | 51.97 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 3 | 0 | 0.45 | 0.99 | 0.14 | 32.9 | 0.97 | 0.44 |
| Hex | DC | 7A | 3 | 0 | 2D | 63 | E | 21 | 61 | 2C |
| Octal | 334 | 172 | 3 | 0 | 55 | 143 | 16 | 41 | 141 | 54 |
| Binary | 11011100 | 1111010 | 11 | 0 | 101101 | 1100011 | 1110 | 100001 | 1100001 | 101100 |
Color Harmonies of #DC7A03
Complementary color
Monochromatic Colors of #DC7A03
Black with #DC7A03
Text Example
Text Example
White with #DC7A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A03; }
p { color: rgb(220,122,3); }
H1.HeaderClassName
{
color: #DC7A03;
}
.AnyTagClassName
{
color: #DC7A03;
}
</style>
background-color css
<style>
a { background-color: #DC7A03; }
a { background-color: rgb(220,122,3); }
div.DivClassName
{
background-color: #DC7A03;
}
.BgClassName
{
background-color: #DC7A03;
}
</style>
border-color css
<style>
span { border-color: #DC7A03; }
span { border-color: rgb(220,122,3); }
td.TdClassName
{
border-color: #DC7A03;
}
.TagClassName
{
border-color: #DC7A03;
}
</style>