Shades of Mango Tango #DC7E05
Tints of Mango Tango #DC7E05
RGB
CMYK
RGB Variations
Color information
#DC7E05 (or 0xDC7E05) is known color: Mango Tango. HEX triplet: DC, 7E and 05. RGB value is (220,126,5). Sum of RGB (Red+Green+Blue) = 220+126+5=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7E05 is #2381FA. Grayscale: #8C8C8C. Windows color (decimal): -2327035 or 360156. OLE color: 360156.
HSL color Cylindrical-coordinate representation of color #DC7E05: hue angle of 33.77º 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 #DC7E05 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 5 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.14 |
| HSL | 33.77º | 0.96% | 0.44% | - |
| HSV(B) | 33.77º | 0.98% | 0.86% | - |
| XYZ | 37 | 30.15 | 4.01 | - |
| YUV | 140.31 | 51.64 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 5 | 0 | 0.43 | 0.98 | 0.14 | 33.77 | 0.96 | 0.44 |
| Hex | DC | 7E | 5 | 0 | 2B | 62 | E | 22 | 60 | 2C |
| Octal | 334 | 176 | 5 | 0 | 53 | 142 | 16 | 42 | 140 | 54 |
| Binary | 11011100 | 1111110 | 101 | 0 | 101011 | 1100010 | 1110 | 100010 | 1100000 | 101100 |
Color Harmonies of #DC7E05
Complementary color
Monochromatic Colors of #DC7E05
Black with #DC7E05
Text Example
Text Example
White with #DC7E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E05; }
p { color: rgb(220,126,5); }
H1.HeaderClassName
{
color: #DC7E05;
}
.AnyTagClassName
{
color: #DC7E05;
}
</style>
background-color css
<style>
a { background-color: #DC7E05; }
a { background-color: rgb(220,126,5); }
div.DivClassName
{
background-color: #DC7E05;
}
.BgClassName
{
background-color: #DC7E05;
}
</style>
border-color css
<style>
span { border-color: #DC7E05; }
span { border-color: rgb(220,126,5); }
td.TdClassName
{
border-color: #DC7E05;
}
.TagClassName
{
border-color: #DC7E05;
}
</style>