Shades of Mango Tango #DC8003
Tints of Mango Tango #DC8003
RGB
CMYK
RGB Variations
Color information
#DC8003 (or 0xDC8003) is known color: Mango Tango. HEX triplet: DC, 80 and 03. RGB value is (220,128,3). Sum of RGB (Red+Green+Blue) = 220+128+3=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8003 is #237FFC. Grayscale: #8D8D8D. Windows color (decimal): -2326525 or 229596. OLE color: 229596.
HSL color Cylindrical-coordinate representation of color #DC8003: hue angle of 34.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC8003 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.14 |
| HSL | 34.56º | 0.97% | 0.44% | - |
| HSV(B) | 34.56º | 0.99% | 0.86% | - |
| XYZ | 37.25 | 30.66 | 4.04 | - |
| YUV | 141.26 | 49.98 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 3 | 0 | 0.42 | 0.99 | 0.14 | 34.56 | 0.97 | 0.44 |
| Hex | DC | 80 | 3 | 0 | 2A | 63 | E | 23 | 61 | 2C |
| Octal | 334 | 200 | 3 | 0 | 52 | 143 | 16 | 43 | 141 | 54 |
| Binary | 11011100 | 10000000 | 11 | 0 | 101010 | 1100011 | 1110 | 100011 | 1100001 | 101100 |
Color Harmonies of #DC8003
Complementary color
Monochromatic Colors of #DC8003
Black with #DC8003
Text Example
Text Example
White with #DC8003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8003; }
p { color: rgb(220,128,3); }
H1.HeaderClassName
{
color: #DC8003;
}
.AnyTagClassName
{
color: #DC8003;
}
</style>
background-color css
<style>
a { background-color: #DC8003; }
a { background-color: rgb(220,128,3); }
div.DivClassName
{
background-color: #DC8003;
}
.BgClassName
{
background-color: #DC8003;
}
</style>
border-color css
<style>
span { border-color: #DC8003; }
span { border-color: rgb(220,128,3); }
td.TdClassName
{
border-color: #DC8003;
}
.TagClassName
{
border-color: #DC8003;
}
</style>