Shades of Mango Tango #DC7C05
Tints of Mango Tango #DC7C05
RGB
CMYK
RGB Variations
Color information
#DC7C05 (or 0xDC7C05) is known color: Mango Tango. HEX triplet: DC, 7C and 05. RGB value is (220,124,5). Sum of RGB (Red+Green+Blue) = 220+124+5=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7C05 is #2383FA. Grayscale: #8B8B8B. Windows color (decimal): -2327547 or 359644. OLE color: 359644.
HSL color Cylindrical-coordinate representation of color #DC7C05: hue angle of 33.21º 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 #DC7C05 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 5 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.14 |
| HSL | 33.21º | 0.96% | 0.44% | - |
| HSV(B) | 33.21º | 0.98% | 0.86% | - |
| XYZ | 36.75 | 29.64 | 3.93 | - |
| YUV | 139.14 | 52.3 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 5 | 0 | 0.44 | 0.98 | 0.14 | 33.21 | 0.96 | 0.44 |
| Hex | DC | 7C | 5 | 0 | 2C | 62 | E | 21 | 60 | 2C |
| Octal | 334 | 174 | 5 | 0 | 54 | 142 | 16 | 41 | 140 | 54 |
| Binary | 11011100 | 1111100 | 101 | 0 | 101100 | 1100010 | 1110 | 100001 | 1100000 | 101100 |
Color Harmonies of #DC7C05
Complementary color
Monochromatic Colors of #DC7C05
Black with #DC7C05
Text Example
Text Example
White with #DC7C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C05; }
p { color: rgb(220,124,5); }
H1.HeaderClassName
{
color: #DC7C05;
}
.AnyTagClassName
{
color: #DC7C05;
}
</style>
background-color css
<style>
a { background-color: #DC7C05; }
a { background-color: rgb(220,124,5); }
div.DivClassName
{
background-color: #DC7C05;
}
.BgClassName
{
background-color: #DC7C05;
}
</style>
border-color css
<style>
span { border-color: #DC7C05; }
span { border-color: rgb(220,124,5); }
td.TdClassName
{
border-color: #DC7C05;
}
.TagClassName
{
border-color: #DC7C05;
}
</style>