Shades of Mango Tango #DC7705
Tints of Mango Tango #DC7705
RGB
CMYK
RGB Variations
Color information
#DC7705 (or 0xDC7705) is known color: Mango Tango. HEX triplet: DC, 77 and 05. RGB value is (220,119,5). Sum of RGB (Red+Green+Blue) = 220+119+5=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7705 is #2388FA. Grayscale: #888888. Windows color (decimal): -2328827 or 358364. OLE color: 358364.
HSL color Cylindrical-coordinate representation of color #DC7705: hue angle of 31.81º 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 #DC7705 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.14 |
| HSL | 31.81º | 0.96% | 0.44% | - |
| HSV(B) | 31.81º | 0.98% | 0.86% | - |
| XYZ | 36.14 | 28.42 | 3.72 | - |
| YUV | 136.2 | 53.96 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 5 | 0 | 0.46 | 0.98 | 0.14 | 31.81 | 0.96 | 0.44 |
| Hex | DC | 77 | 5 | 0 | 2E | 62 | E | 20 | 60 | 2C |
| Octal | 334 | 167 | 5 | 0 | 56 | 142 | 16 | 40 | 140 | 54 |
| Binary | 11011100 | 1110111 | 101 | 0 | 101110 | 1100010 | 1110 | 100000 | 1100000 | 101100 |
Color Harmonies of #DC7705
Complementary color
Monochromatic Colors of #DC7705
Black with #DC7705
Text Example
Text Example
White with #DC7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7705; }
p { color: rgb(220,119,5); }
H1.HeaderClassName
{
color: #DC7705;
}
.AnyTagClassName
{
color: #DC7705;
}
</style>
background-color css
<style>
a { background-color: #DC7705; }
a { background-color: rgb(220,119,5); }
div.DivClassName
{
background-color: #DC7705;
}
.BgClassName
{
background-color: #DC7705;
}
</style>
border-color css
<style>
span { border-color: #DC7705; }
span { border-color: rgb(220,119,5); }
td.TdClassName
{
border-color: #DC7705;
}
.TagClassName
{
border-color: #DC7705;
}
</style>