Shades of Mango Tango #DC8007
Tints of Mango Tango #DC8007
RGB
CMYK
RGB Variations
Color information
#DC8007 (or 0xDC8007) is known color: Mango Tango. HEX triplet: DC, 80 and 07. RGB value is (220,128,7). Sum of RGB (Red+Green+Blue) = 220+128+7=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8007 is #237FF8. Grayscale: #8E8E8E. Windows color (decimal): -2326521 or 491740. OLE color: 491740.
HSL color Cylindrical-coordinate representation of color #DC8007: hue angle of 34.08º 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 #DC8007 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 7 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.14 |
| HSL | 34.08º | 0.94% | 0.45% | - |
| HSV(B) | 34.08º | 0.97% | 0.86% | - |
| XYZ | 37.27 | 30.67 | 4.16 | - |
| YUV | 141.71 | 51.98 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 7 | 0 | 0.42 | 0.97 | 0.14 | 34.08 | 0.94 | 0.45 |
| Hex | DC | 80 | 7 | 0 | 2A | 61 | E | 22 | 5E | 2D |
| Octal | 334 | 200 | 7 | 0 | 52 | 141 | 16 | 42 | 136 | 55 |
| Binary | 11011100 | 10000000 | 111 | 0 | 101010 | 1100001 | 1110 | 100010 | 1011110 | 101101 |
Color Harmonies of #DC8007
Complementary color
Monochromatic Colors of #DC8007
Black with #DC8007
Text Example
Text Example
White with #DC8007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8007; }
p { color: rgb(220,128,7); }
H1.HeaderClassName
{
color: #DC8007;
}
.AnyTagClassName
{
color: #DC8007;
}
</style>
background-color css
<style>
a { background-color: #DC8007; }
a { background-color: rgb(220,128,7); }
div.DivClassName
{
background-color: #DC8007;
}
.BgClassName
{
background-color: #DC8007;
}
</style>
border-color css
<style>
span { border-color: #DC8007; }
span { border-color: rgb(220,128,7); }
td.TdClassName
{
border-color: #DC8007;
}
.TagClassName
{
border-color: #DC8007;
}
</style>