Shades of Mango Tango #DC7009
Tints of Mango Tango #DC7009
RGB
CMYK
RGB Variations
Color information
#DC7009 (or 0xDC7009) is known color: Mango Tango. HEX triplet: DC, 70 and 09. RGB value is (220,112,9). Sum of RGB (Red+Green+Blue) = 220+112+9=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7009 is #238FF6. Grayscale: #858585. Windows color (decimal): -2330615 or 618716. OLE color: 618716.
HSL color Cylindrical-coordinate representation of color #DC7009: hue angle of 29.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC7009 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 9 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.14 |
| HSL | 29.29º | 0.92% | 0.45% | - |
| HSV(B) | 29.29º | 0.96% | 0.86% | - |
| XYZ | 35.36 | 26.82 | 3.57 | - |
| YUV | 132.55 | 58.28 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 9 | 0 | 0.49 | 0.96 | 0.14 | 29.29 | 0.92 | 0.45 |
| Hex | DC | 70 | 9 | 0 | 31 | 60 | E | 1D | 5C | 2D |
| Octal | 334 | 160 | 11 | 0 | 61 | 140 | 16 | 35 | 134 | 55 |
| Binary | 11011100 | 1110000 | 1001 | 0 | 110001 | 1100000 | 1110 | 11101 | 1011100 | 101101 |
Color Harmonies of #DC7009
Complementary color
Monochromatic Colors of #DC7009
Black with #DC7009
Text Example
Text Example
White with #DC7009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7009; }
p { color: rgb(220,112,9); }
H1.HeaderClassName
{
color: #DC7009;
}
.AnyTagClassName
{
color: #DC7009;
}
</style>
background-color css
<style>
a { background-color: #DC7009; }
a { background-color: rgb(220,112,9); }
div.DivClassName
{
background-color: #DC7009;
}
.BgClassName
{
background-color: #DC7009;
}
</style>
border-color css
<style>
span { border-color: #DC7009; }
span { border-color: rgb(220,112,9); }
td.TdClassName
{
border-color: #DC7009;
}
.TagClassName
{
border-color: #DC7009;
}
</style>