Shades of Mango Tango #DC8110
Tints of Mango Tango #DC8110
RGB
CMYK
RGB Variations
Color information
#DC8110 (or 0xDC8110) is known color: Mango Tango. HEX triplet: DC, 81 and 10. RGB value is (220,129,16). Sum of RGB (Red+Green+Blue) = 220+129+16=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8110 is #237EEF. Grayscale: #8F8F8F. Windows color (decimal): -2326256 or 1081820. OLE color: 1081820.
HSL color Cylindrical-coordinate representation of color #DC8110: hue angle of 33.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC8110 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 16 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.14 |
| HSL | 33.24º | 0.86% | 0.46% | - |
| HSV(B) | 33.24º | 0.93% | 0.86% | - |
| XYZ | 37.46 | 30.95 | 4.49 | - |
| YUV | 143.33 | 56.15 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 16 | 0 | 0.41 | 0.93 | 0.14 | 33.24 | 0.86 | 0.46 |
| Hex | DC | 81 | 10 | 0 | 29 | 5D | E | 21 | 56 | 2E |
| Octal | 334 | 201 | 20 | 0 | 51 | 135 | 16 | 41 | 126 | 56 |
| Binary | 11011100 | 10000001 | 10000 | 0 | 101001 | 1011101 | 1110 | 100001 | 1010110 | 101110 |
Color Harmonies of #DC8110
Complementary color
Monochromatic Colors of #DC8110
Black with #DC8110
Text Example
Text Example
White with #DC8110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8110; }
p { color: rgb(220,129,16); }
H1.HeaderClassName
{
color: #DC8110;
}
.AnyTagClassName
{
color: #DC8110;
}
</style>
background-color css
<style>
a { background-color: #DC8110; }
a { background-color: rgb(220,129,16); }
div.DivClassName
{
background-color: #DC8110;
}
.BgClassName
{
background-color: #DC8110;
}
</style>
border-color css
<style>
span { border-color: #DC8110; }
span { border-color: rgb(220,129,16); }
td.TdClassName
{
border-color: #DC8110;
}
.TagClassName
{
border-color: #DC8110;
}
</style>