Shades of Mango Tango #DC700D
Tints of Mango Tango #DC700D
RGB
CMYK
RGB Variations
Color information
#DC700D (or 0xDC700D) is known color: Mango Tango. HEX triplet: DC, 70 and 0D. RGB value is (220,112,13). Sum of RGB (Red+Green+Blue) = 220+112+13=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC700D is #238FF2. Grayscale: #858585. Windows color (decimal): -2330611 or 880860. OLE color: 880860.
HSL color Cylindrical-coordinate representation of color #DC700D: hue angle of 28.7º 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 #DC700D is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 13 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.14 |
| HSL | 28.7º | 0.89% | 0.46% | - |
| HSV(B) | 28.7º | 0.94% | 0.86% | - |
| XYZ | 35.38 | 26.83 | 3.7 | - |
| YUV | 133.01 | 60.28 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 13 | 0 | 0.49 | 0.94 | 0.14 | 28.7 | 0.89 | 0.46 |
| Hex | DC | 70 | D | 0 | 31 | 5E | E | 1D | 59 | 2E |
| Octal | 334 | 160 | 15 | 0 | 61 | 136 | 16 | 35 | 131 | 56 |
| Binary | 11011100 | 1110000 | 1101 | 0 | 110001 | 1011110 | 1110 | 11101 | 1011001 | 101110 |
Color Harmonies of #DC700D
Complementary color
Monochromatic Colors of #DC700D
Black with #DC700D
Text Example
Text Example
White with #DC700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC700D; }
p { color: rgb(220,112,13); }
H1.HeaderClassName
{
color: #DC700D;
}
.AnyTagClassName
{
color: #DC700D;
}
</style>
background-color css
<style>
a { background-color: #DC700D; }
a { background-color: rgb(220,112,13); }
div.DivClassName
{
background-color: #DC700D;
}
.BgClassName
{
background-color: #DC700D;
}
</style>
border-color css
<style>
span { border-color: #DC700D; }
span { border-color: rgb(220,112,13); }
td.TdClassName
{
border-color: #DC700D;
}
.TagClassName
{
border-color: #DC700D;
}
</style>