Shades of Mango Tango #DC7905
Tints of Mango Tango #DC7905
RGB
CMYK
RGB Variations
Color information
#DC7905 (or 0xDC7905) is known color: Mango Tango. HEX triplet: DC, 79 and 05. RGB value is (220,121,5). Sum of RGB (Red+Green+Blue) = 220+121+5=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7905 is #2386FA. Grayscale: #898989. Windows color (decimal): -2328315 or 358876. OLE color: 358876.
HSL color Cylindrical-coordinate representation of color #DC7905: hue angle of 32.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC7905 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 5 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.14 |
| HSL | 32.37º | 0.96% | 0.44% | - |
| HSV(B) | 32.37º | 0.98% | 0.86% | - |
| XYZ | 36.38 | 28.9 | 3.8 | - |
| YUV | 137.38 | 53.3 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 5 | 0 | 0.45 | 0.98 | 0.14 | 32.37 | 0.96 | 0.44 |
| Hex | DC | 79 | 5 | 0 | 2D | 62 | E | 20 | 60 | 2C |
| Octal | 334 | 171 | 5 | 0 | 55 | 142 | 16 | 40 | 140 | 54 |
| Binary | 11011100 | 1111001 | 101 | 0 | 101101 | 1100010 | 1110 | 100000 | 1100000 | 101100 |
Color Harmonies of #DC7905
Complementary color
Monochromatic Colors of #DC7905
Black with #DC7905
Text Example
Text Example
White with #DC7905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7905; }
p { color: rgb(220,121,5); }
H1.HeaderClassName
{
color: #DC7905;
}
.AnyTagClassName
{
color: #DC7905;
}
</style>
background-color css
<style>
a { background-color: #DC7905; }
a { background-color: rgb(220,121,5); }
div.DivClassName
{
background-color: #DC7905;
}
.BgClassName
{
background-color: #DC7905;
}
</style>
border-color css
<style>
span { border-color: #DC7905; }
span { border-color: rgb(220,121,5); }
td.TdClassName
{
border-color: #DC7905;
}
.TagClassName
{
border-color: #DC7905;
}
</style>