Shades of Mango Tango #DC8100
Tints of Mango Tango #DC8100
RGB
CMYK
RGB Variations
Color information
#DC8100 (or 0xDC8100) is known color: Mango Tango. HEX triplet: DC, 81 and 00. RGB value is (220,129,0). Sum of RGB (Red+Green+Blue) = 220+129+0=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8100 is #237EFF. Grayscale: #8E8E8E. Windows color (decimal): -2326272 or 33244. OLE color: 33244.
HSL color Cylindrical-coordinate representation of color #DC8100: hue angle of 35.18º 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 #DC8100 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.14 |
| HSL | 35.18º | 1% | 0.43% | - |
| HSV(B) | 35.18º | 1% | 0.86% | - |
| XYZ | 37.37 | 30.92 | 4 | - |
| YUV | 141.5 | 48.15 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 0 | 0 | 0.41 | 1 | 0.14 | 35.18 | 1 | 0.43 |
| Hex | DC | 81 | 0 | 0 | 29 | 64 | E | 23 | 64 | 2B |
| Octal | 334 | 201 | 0 | 0 | 51 | 144 | 16 | 43 | 144 | 53 |
| Binary | 11011100 | 10000001 | 0 | 0 | 101001 | 1100100 | 1110 | 100011 | 1100100 | 101011 |
Color Harmonies of #DC8100
Complementary color
Monochromatic Colors of #DC8100
Black with #DC8100
Text Example
Text Example
White with #DC8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8100; }
p { color: rgb(220,129,0); }
H1.HeaderClassName
{
color: #DC8100;
}
.AnyTagClassName
{
color: #DC8100;
}
</style>
background-color css
<style>
a { background-color: #DC8100; }
a { background-color: rgb(220,129,0); }
div.DivClassName
{
background-color: #DC8100;
}
.BgClassName
{
background-color: #DC8100;
}
</style>
border-color css
<style>
span { border-color: #DC8100; }
span { border-color: rgb(220,129,0); }
td.TdClassName
{
border-color: #DC8100;
}
.TagClassName
{
border-color: #DC8100;
}
</style>