Shades of Mango Tango #DC800E
Tints of Mango Tango #DC800E
RGB
CMYK
RGB Variations
Color information
#DC800E (or 0xDC800E) is known color: Mango Tango. HEX triplet: DC, 80 and 0E. RGB value is (220,128,14). Sum of RGB (Red+Green+Blue) = 220+128+14=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC800E is #237FF1. Grayscale: #8F8F8F. Windows color (decimal): -2326514 or 950492. OLE color: 950492.
HSL color Cylindrical-coordinate representation of color #DC800E: hue angle of 33.2º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC800E is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 14 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.14 |
| HSL | 33.2º | 0.88% | 0.46% | - |
| HSV(B) | 33.2º | 0.94% | 0.86% | - |
| XYZ | 37.31 | 30.69 | 4.37 | - |
| YUV | 142.51 | 55.48 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 14 | 0 | 0.42 | 0.94 | 0.14 | 33.2 | 0.88 | 0.46 |
| Hex | DC | 80 | E | 0 | 2A | 5E | E | 21 | 58 | 2E |
| Octal | 334 | 200 | 16 | 0 | 52 | 136 | 16 | 41 | 130 | 56 |
| Binary | 11011100 | 10000000 | 1110 | 0 | 101010 | 1011110 | 1110 | 100001 | 1011000 | 101110 |
Color Harmonies of #DC800E
Complementary color
Monochromatic Colors of #DC800E
Black with #DC800E
Text Example
Text Example
White with #DC800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC800E; }
p { color: rgb(220,128,14); }
H1.HeaderClassName
{
color: #DC800E;
}
.AnyTagClassName
{
color: #DC800E;
}
</style>
background-color css
<style>
a { background-color: #DC800E; }
a { background-color: rgb(220,128,14); }
div.DivClassName
{
background-color: #DC800E;
}
.BgClassName
{
background-color: #DC800E;
}
</style>
border-color css
<style>
span { border-color: #DC800E; }
span { border-color: rgb(220,128,14); }
td.TdClassName
{
border-color: #DC800E;
}
.TagClassName
{
border-color: #DC800E;
}
</style>