Shades of Mango Tango #DC8005
Tints of Mango Tango #DC8005
RGB
CMYK
RGB Variations
Color information
#DC8005 (or 0xDC8005) is known color: Mango Tango. HEX triplet: DC, 80 and 05. RGB value is (220,128,5). Sum of RGB (Red+Green+Blue) = 220+128+5=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8005 is #237FFA. Grayscale: #8E8E8E. Windows color (decimal): -2326523 or 360668. OLE color: 360668.
HSL color Cylindrical-coordinate representation of color #DC8005: hue angle of 34.33º 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 #DC8005 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.14 |
| HSL | 34.33º | 0.96% | 0.44% | - |
| HSV(B) | 34.33º | 0.98% | 0.86% | - |
| XYZ | 37.26 | 30.66 | 4.1 | - |
| YUV | 141.49 | 50.98 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 5 | 0 | 0.42 | 0.98 | 0.14 | 34.33 | 0.96 | 0.44 |
| Hex | DC | 80 | 5 | 0 | 2A | 62 | E | 22 | 60 | 2C |
| Octal | 334 | 200 | 5 | 0 | 52 | 142 | 16 | 42 | 140 | 54 |
| Binary | 11011100 | 10000000 | 101 | 0 | 101010 | 1100010 | 1110 | 100010 | 1100000 | 101100 |
Color Harmonies of #DC8005
Complementary color
Monochromatic Colors of #DC8005
Black with #DC8005
Text Example
Text Example
White with #DC8005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8005; }
p { color: rgb(220,128,5); }
H1.HeaderClassName
{
color: #DC8005;
}
.AnyTagClassName
{
color: #DC8005;
}
</style>
background-color css
<style>
a { background-color: #DC8005; }
a { background-color: rgb(220,128,5); }
div.DivClassName
{
background-color: #DC8005;
}
.BgClassName
{
background-color: #DC8005;
}
</style>
border-color css
<style>
span { border-color: #DC8005; }
span { border-color: rgb(220,128,5); }
td.TdClassName
{
border-color: #DC8005;
}
.TagClassName
{
border-color: #DC8005;
}
</style>