Shades of Mango Tango #DC7A02
Tints of Mango Tango #DC7A02
RGB
CMYK
RGB Variations
Color information
#DC7A02 (or 0xDC7A02) is known color: Mango Tango. HEX triplet: DC, 7A and 02. RGB value is (220,122,2). Sum of RGB (Red+Green+Blue) = 220+122+2=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7A02 is #2385FD. Grayscale: #8A8A8A. Windows color (decimal): -2328062 or 162524. OLE color: 162524.
HSL color Cylindrical-coordinate representation of color #DC7A02: hue angle of 33.03º degrees, saturation: 0.98, 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 #DC7A02 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.14 |
| HSL | 33.03º | 0.98% | 0.44% | - |
| HSV(B) | 33.03º | 0.99% | 0.86% | - |
| XYZ | 36.49 | 29.14 | 3.76 | - |
| YUV | 137.62 | 51.47 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 2 | 0 | 0.45 | 0.99 | 0.14 | 33.03 | 0.98 | 0.44 |
| Hex | DC | 7A | 2 | 0 | 2D | 63 | E | 21 | 62 | 2C |
| Octal | 334 | 172 | 2 | 0 | 55 | 143 | 16 | 41 | 142 | 54 |
| Binary | 11011100 | 1111010 | 10 | 0 | 101101 | 1100011 | 1110 | 100001 | 1100010 | 101100 |
Color Harmonies of #DC7A02
Complementary color
Monochromatic Colors of #DC7A02
Black with #DC7A02
Text Example
Text Example
White with #DC7A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A02; }
p { color: rgb(220,122,2); }
H1.HeaderClassName
{
color: #DC7A02;
}
.AnyTagClassName
{
color: #DC7A02;
}
</style>
background-color css
<style>
a { background-color: #DC7A02; }
a { background-color: rgb(220,122,2); }
div.DivClassName
{
background-color: #DC7A02;
}
.BgClassName
{
background-color: #DC7A02;
}
</style>
border-color css
<style>
span { border-color: #DC7A02; }
span { border-color: rgb(220,122,2); }
td.TdClassName
{
border-color: #DC7A02;
}
.TagClassName
{
border-color: #DC7A02;
}
</style>