Shades of Mango Tango #DC7902
Tints of Mango Tango #DC7902
RGB
CMYK
RGB Variations
Color information
#DC7902 (or 0xDC7902) is known color: Mango Tango. HEX triplet: DC, 79 and 02. RGB value is (220,121,2). Sum of RGB (Red+Green+Blue) = 220+121+2=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7902 is #2386FD. Grayscale: #898989. Windows color (decimal): -2328318 or 162268. OLE color: 162268.
HSL color Cylindrical-coordinate representation of color #DC7902: hue angle of 32.75º 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 #DC7902 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.14 |
| HSL | 32.75º | 0.98% | 0.44% | - |
| HSV(B) | 32.75º | 0.99% | 0.86% | - |
| XYZ | 36.36 | 28.89 | 3.72 | - |
| YUV | 137.04 | 51.8 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 2 | 0 | 0.45 | 0.99 | 0.14 | 32.75 | 0.98 | 0.44 |
| Hex | DC | 79 | 2 | 0 | 2D | 63 | E | 21 | 62 | 2C |
| Octal | 334 | 171 | 2 | 0 | 55 | 143 | 16 | 41 | 142 | 54 |
| Binary | 11011100 | 1111001 | 10 | 0 | 101101 | 1100011 | 1110 | 100001 | 1100010 | 101100 |
Color Harmonies of #DC7902
Complementary color
Monochromatic Colors of #DC7902
Black with #DC7902
Text Example
Text Example
White with #DC7902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7902; }
p { color: rgb(220,121,2); }
H1.HeaderClassName
{
color: #DC7902;
}
.AnyTagClassName
{
color: #DC7902;
}
</style>
background-color css
<style>
a { background-color: #DC7902; }
a { background-color: rgb(220,121,2); }
div.DivClassName
{
background-color: #DC7902;
}
.BgClassName
{
background-color: #DC7902;
}
</style>
border-color css
<style>
span { border-color: #DC7902; }
span { border-color: rgb(220,121,2); }
td.TdClassName
{
border-color: #DC7902;
}
.TagClassName
{
border-color: #DC7902;
}
</style>