Shades of Mango Tango #DC8004
Tints of Mango Tango #DC8004
RGB
CMYK
RGB Variations
Color information
#DC8004 (or 0xDC8004) is known color: Mango Tango. HEX triplet: DC, 80 and 04. RGB value is (220,128,4). Sum of RGB (Red+Green+Blue) = 220+128+4=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8004 is #237FFB. Grayscale: #8D8D8D. Windows color (decimal): -2326524 or 295132. OLE color: 295132.
HSL color Cylindrical-coordinate representation of color #DC8004: hue angle of 34.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC8004 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.14 |
| HSL | 34.44º | 0.96% | 0.44% | - |
| HSV(B) | 34.44º | 0.98% | 0.86% | - |
| XYZ | 37.26 | 30.66 | 4.07 | - |
| YUV | 141.37 | 50.48 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 4 | 0 | 0.42 | 0.98 | 0.14 | 34.44 | 0.96 | 0.44 |
| Hex | DC | 80 | 4 | 0 | 2A | 62 | E | 22 | 60 | 2C |
| Octal | 334 | 200 | 4 | 0 | 52 | 142 | 16 | 42 | 140 | 54 |
| Binary | 11011100 | 10000000 | 100 | 0 | 101010 | 1100010 | 1110 | 100010 | 1100000 | 101100 |
Color Harmonies of #DC8004
Complementary color
Monochromatic Colors of #DC8004
Black with #DC8004
Text Example
Text Example
White with #DC8004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8004; }
p { color: rgb(220,128,4); }
H1.HeaderClassName
{
color: #DC8004;
}
.AnyTagClassName
{
color: #DC8004;
}
</style>
background-color css
<style>
a { background-color: #DC8004; }
a { background-color: rgb(220,128,4); }
div.DivClassName
{
background-color: #DC8004;
}
.BgClassName
{
background-color: #DC8004;
}
</style>
border-color css
<style>
span { border-color: #DC8004; }
span { border-color: rgb(220,128,4); }
td.TdClassName
{
border-color: #DC8004;
}
.TagClassName
{
border-color: #DC8004;
}
</style>