Shades of Mango Tango #DC7900
Tints of Mango Tango #DC7900
RGB
CMYK
RGB Variations
Color information
#DC7900 (or 0xDC7900) is known color: Mango Tango. HEX triplet: DC, 79 and 00. RGB value is (220,121,0). Sum of RGB (Red+Green+Blue) = 220+121+0=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7900 is #2386FF. Grayscale: #898989. Windows color (decimal): -2328320 or 31196. OLE color: 31196.
HSL color Cylindrical-coordinate representation of color #DC7900: hue angle of 33º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC7900 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.14 |
| HSL | 33º | 1% | 0.43% | - |
| HSV(B) | 33º | 1% | 0.86% | - |
| XYZ | 36.35 | 28.89 | 3.66 | - |
| YUV | 136.81 | 50.8 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 0 | 0 | 0.45 | 1 | 0.14 | 33 | 1 | 0.43 |
| Hex | DC | 79 | 0 | 0 | 2D | 64 | E | 21 | 64 | 2B |
| Octal | 334 | 171 | 0 | 0 | 55 | 144 | 16 | 41 | 144 | 53 |
| Binary | 11011100 | 1111001 | 0 | 0 | 101101 | 1100100 | 1110 | 100001 | 1100100 | 101011 |
Color Harmonies of #DC7900
Complementary color
Monochromatic Colors of #DC7900
Black with #DC7900
Text Example
Text Example
White with #DC7900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7900; }
p { color: rgb(220,121,0); }
H1.HeaderClassName
{
color: #DC7900;
}
.AnyTagClassName
{
color: #DC7900;
}
</style>
background-color css
<style>
a { background-color: #DC7900; }
a { background-color: rgb(220,121,0); }
div.DivClassName
{
background-color: #DC7900;
}
.BgClassName
{
background-color: #DC7900;
}
</style>
border-color css
<style>
span { border-color: #DC7900; }
span { border-color: rgb(220,121,0); }
td.TdClassName
{
border-color: #DC7900;
}
.TagClassName
{
border-color: #DC7900;
}
</style>