Shades of Mango Tango #DC7D0D
Tints of Mango Tango #DC7D0D
RGB
CMYK
RGB Variations
Color information
#DC7D0D (or 0xDC7D0D) is known color: Mango Tango. HEX triplet: DC, 7D and 0D. RGB value is (220,125,13). Sum of RGB (Red+Green+Blue) = 220+125+13=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7D0D is #2382F2. Grayscale: #8D8D8D. Windows color (decimal): -2327283 or 884188. OLE color: 884188.
HSL color Cylindrical-coordinate representation of color #DC7D0D: hue angle of 32.46º 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 #DC7D0D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 13 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.14 |
| HSL | 32.46º | 0.89% | 0.46% | - |
| HSV(B) | 32.46º | 0.94% | 0.86% | - |
| XYZ | 36.92 | 29.91 | 4.21 | - |
| YUV | 140.64 | 55.97 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 13 | 0 | 0.43 | 0.94 | 0.14 | 32.46 | 0.89 | 0.46 |
| Hex | DC | 7D | D | 0 | 2B | 5E | E | 20 | 59 | 2E |
| Octal | 334 | 175 | 15 | 0 | 53 | 136 | 16 | 40 | 131 | 56 |
| Binary | 11011100 | 1111101 | 1101 | 0 | 101011 | 1011110 | 1110 | 100000 | 1011001 | 101110 |
Color Harmonies of #DC7D0D
Complementary color
Monochromatic Colors of #DC7D0D
Black with #DC7D0D
Text Example
Text Example
White with #DC7D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D0D; }
p { color: rgb(220,125,13); }
H1.HeaderClassName
{
color: #DC7D0D;
}
.AnyTagClassName
{
color: #DC7D0D;
}
</style>
background-color css
<style>
a { background-color: #DC7D0D; }
a { background-color: rgb(220,125,13); }
div.DivClassName
{
background-color: #DC7D0D;
}
.BgClassName
{
background-color: #DC7D0D;
}
</style>
border-color css
<style>
span { border-color: #DC7D0D; }
span { border-color: rgb(220,125,13); }
td.TdClassName
{
border-color: #DC7D0D;
}
.TagClassName
{
border-color: #DC7D0D;
}
</style>