Shades of Mango Tango #DC7D05
Tints of Mango Tango #DC7D05
RGB
CMYK
RGB Variations
Color information
#DC7D05 (or 0xDC7D05) is known color: Mango Tango. HEX triplet: DC, 7D and 05. RGB value is (220,125,5). Sum of RGB (Red+Green+Blue) = 220+125+5=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7D05 is #2382FA. Grayscale: #8C8C8C. Windows color (decimal): -2327291 or 359900. OLE color: 359900.
HSL color Cylindrical-coordinate representation of color #DC7D05: hue angle of 33.49º 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 #DC7D05 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 5 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.14 |
| HSL | 33.49º | 0.96% | 0.44% | - |
| HSV(B) | 33.49º | 0.98% | 0.86% | - |
| XYZ | 36.88 | 29.89 | 3.97 | - |
| YUV | 139.73 | 51.97 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 5 | 0 | 0.43 | 0.98 | 0.14 | 33.49 | 0.96 | 0.44 |
| Hex | DC | 7D | 5 | 0 | 2B | 62 | E | 21 | 60 | 2C |
| Octal | 334 | 175 | 5 | 0 | 53 | 142 | 16 | 41 | 140 | 54 |
| Binary | 11011100 | 1111101 | 101 | 0 | 101011 | 1100010 | 1110 | 100001 | 1100000 | 101100 |
Color Harmonies of #DC7D05
Complementary color
Monochromatic Colors of #DC7D05
Black with #DC7D05
Text Example
Text Example
White with #DC7D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D05; }
p { color: rgb(220,125,5); }
H1.HeaderClassName
{
color: #DC7D05;
}
.AnyTagClassName
{
color: #DC7D05;
}
</style>
background-color css
<style>
a { background-color: #DC7D05; }
a { background-color: rgb(220,125,5); }
div.DivClassName
{
background-color: #DC7D05;
}
.BgClassName
{
background-color: #DC7D05;
}
</style>
border-color css
<style>
span { border-color: #DC7D05; }
span { border-color: rgb(220,125,5); }
td.TdClassName
{
border-color: #DC7D05;
}
.TagClassName
{
border-color: #DC7D05;
}
</style>