Shades of Mango Tango #DC7907
Tints of Mango Tango #DC7907
RGB
CMYK
RGB Variations
Color information
#DC7907 (or 0xDC7907) is known color: Mango Tango. HEX triplet: DC, 79 and 07. RGB value is (220,121,7). Sum of RGB (Red+Green+Blue) = 220+121+7=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7907 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7907 is #2386F8. Grayscale: #8A8A8A. Windows color (decimal): -2328313 or 489948. OLE color: 489948.
HSL color Cylindrical-coordinate representation of color #DC7907: hue angle of 32.11º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC7907 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 7 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.14 |
| HSL | 32.11º | 0.94% | 0.45% | - |
| HSV(B) | 32.11º | 0.97% | 0.86% | - |
| XYZ | 36.39 | 28.91 | 3.86 | - |
| YUV | 137.61 | 54.3 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 7 | 0 | 0.45 | 0.97 | 0.14 | 32.11 | 0.94 | 0.45 |
| Hex | DC | 79 | 7 | 0 | 2D | 61 | E | 20 | 5E | 2D |
| Octal | 334 | 171 | 7 | 0 | 55 | 141 | 16 | 40 | 136 | 55 |
| Binary | 11011100 | 1111001 | 111 | 0 | 101101 | 1100001 | 1110 | 100000 | 1011110 | 101101 |
Color Harmonies of #DC7907
Complementary color
Monochromatic Colors of #DC7907
Black with #DC7907
Text Example
Text Example
White with #DC7907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7907; }
p { color: rgb(220,121,7); }
H1.HeaderClassName
{
color: #DC7907;
}
.AnyTagClassName
{
color: #DC7907;
}
</style>
background-color css
<style>
a { background-color: #DC7907; }
a { background-color: rgb(220,121,7); }
div.DivClassName
{
background-color: #DC7907;
}
.BgClassName
{
background-color: #DC7907;
}
</style>
border-color css
<style>
span { border-color: #DC7907; }
span { border-color: rgb(220,121,7); }
td.TdClassName
{
border-color: #DC7907;
}
.TagClassName
{
border-color: #DC7907;
}
</style>