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