Shades of Mango Tango #DC7609
Tints of Mango Tango #DC7609
RGB
CMYK
RGB Variations
Color information
#DC7609 (or 0xDC7609) is known color: Mango Tango. HEX triplet: DC, 76 and 09. RGB value is (220,118,9). Sum of RGB (Red+Green+Blue) = 220+118+9=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 9 (3.91% from 255 or 2.59% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7609 is #2389F6. Grayscale: #888888. Windows color (decimal): -2329079 or 620252. OLE color: 620252.
HSL color Cylindrical-coordinate representation of color #DC7609: hue angle of 31º 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 #DC7609 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 9 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.14 |
| HSL | 31º | 0.92% | 0.45% | - |
| HSV(B) | 31º | 0.96% | 0.86% | - |
| XYZ | 36.04 | 28.19 | 3.8 | - |
| YUV | 136.07 | 56.29 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 9 | 0 | 0.46 | 0.96 | 0.14 | 31 | 0.92 | 0.45 |
| Hex | DC | 76 | 9 | 0 | 2E | 60 | E | 1F | 5C | 2D |
| Octal | 334 | 166 | 11 | 0 | 56 | 140 | 16 | 37 | 134 | 55 |
| Binary | 11011100 | 1110110 | 1001 | 0 | 101110 | 1100000 | 1110 | 11111 | 1011100 | 101101 |
Color Harmonies of #DC7609
Complementary color
Monochromatic Colors of #DC7609
Black with #DC7609
Text Example
Text Example
White with #DC7609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7609; }
p { color: rgb(220,118,9); }
H1.HeaderClassName
{
color: #DC7609;
}
.AnyTagClassName
{
color: #DC7609;
}
</style>
background-color css
<style>
a { background-color: #DC7609; }
a { background-color: rgb(220,118,9); }
div.DivClassName
{
background-color: #DC7609;
}
.BgClassName
{
background-color: #DC7609;
}
</style>
border-color css
<style>
span { border-color: #DC7609; }
span { border-color: rgb(220,118,9); }
td.TdClassName
{
border-color: #DC7609;
}
.TagClassName
{
border-color: #DC7609;
}
</style>