Shades of Mango Tango #DC800D
Tints of Mango Tango #DC800D
RGB
CMYK
RGB Variations
Color information
#DC800D (or 0xDC800D) is known color: Mango Tango. HEX triplet: DC, 80 and 0D. RGB value is (220,128,13). Sum of RGB (Red+Green+Blue) = 220+128+13=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC800D is #237FF2. Grayscale: #8E8E8E. Windows color (decimal): -2326515 or 884956. OLE color: 884956.
HSL color Cylindrical-coordinate representation of color #DC800D: hue angle of 33.33º degrees, saturation: 0.89, 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 #DC800D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.14 |
| HSL | 33.33º | 0.89% | 0.46% | - |
| HSV(B) | 33.33º | 0.94% | 0.86% | - |
| XYZ | 37.31 | 30.68 | 4.34 | - |
| YUV | 142.4 | 54.98 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 13 | 0 | 0.42 | 0.94 | 0.14 | 33.33 | 0.89 | 0.46 |
| Hex | DC | 80 | D | 0 | 2A | 5E | E | 21 | 59 | 2E |
| Octal | 334 | 200 | 15 | 0 | 52 | 136 | 16 | 41 | 131 | 56 |
| Binary | 11011100 | 10000000 | 1101 | 0 | 101010 | 1011110 | 1110 | 100001 | 1011001 | 101110 |
Color Harmonies of #DC800D
Complementary color
Monochromatic Colors of #DC800D
Black with #DC800D
Text Example
Text Example
White with #DC800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC800D; }
p { color: rgb(220,128,13); }
H1.HeaderClassName
{
color: #DC800D;
}
.AnyTagClassName
{
color: #DC800D;
}
</style>
background-color css
<style>
a { background-color: #DC800D; }
a { background-color: rgb(220,128,13); }
div.DivClassName
{
background-color: #DC800D;
}
.BgClassName
{
background-color: #DC800D;
}
</style>
border-color css
<style>
span { border-color: #DC800D; }
span { border-color: rgb(220,128,13); }
td.TdClassName
{
border-color: #DC800D;
}
.TagClassName
{
border-color: #DC800D;
}
</style>