Shades of Mango Tango #DC8000
Tints of Mango Tango #DC8000
RGB
CMYK
RGB Variations
Color information
#DC8000 (or 0xDC8000) is known color: Mango Tango. HEX triplet: DC, 80 and 00. RGB value is (220,128,0). Sum of RGB (Red+Green+Blue) = 220+128+0=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8000 is #237FFF. Grayscale: #8D8D8D. Windows color (decimal): -2326528 or 32988. OLE color: 32988.
HSL color Cylindrical-coordinate representation of color #DC8000: hue angle of 34.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC8000 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.14 |
| HSL | 34.91º | 1% | 0.43% | - |
| HSV(B) | 34.91º | 1% | 0.86% | - |
| XYZ | 37.23 | 30.65 | 3.95 | - |
| YUV | 140.92 | 48.48 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 0 | 0 | 0.42 | 1 | 0.14 | 34.91 | 1 | 0.43 |
| Hex | DC | 80 | 0 | 0 | 2A | 64 | E | 23 | 64 | 2B |
| Octal | 334 | 200 | 0 | 0 | 52 | 144 | 16 | 43 | 144 | 53 |
| Binary | 11011100 | 10000000 | 0 | 0 | 101010 | 1100100 | 1110 | 100011 | 1100100 | 101011 |
Color Harmonies of #DC8000
Complementary color
Monochromatic Colors of #DC8000
Black with #DC8000
Text Example
Text Example
White with #DC8000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8000; }
p { color: rgb(220,128,0); }
H1.HeaderClassName
{
color: #DC8000;
}
.AnyTagClassName
{
color: #DC8000;
}
</style>
background-color css
<style>
a { background-color: #DC8000; }
a { background-color: rgb(220,128,0); }
div.DivClassName
{
background-color: #DC8000;
}
.BgClassName
{
background-color: #DC8000;
}
</style>
border-color css
<style>
span { border-color: #DC8000; }
span { border-color: rgb(220,128,0); }
td.TdClassName
{
border-color: #DC8000;
}
.TagClassName
{
border-color: #DC8000;
}
</style>