Shades of Mango Tango #DC7E09
Tints of Mango Tango #DC7E09
RGB
CMYK
RGB Variations
Color information
#DC7E09 (or 0xDC7E09) is known color: Mango Tango. HEX triplet: DC, 7E and 09. RGB value is (220,126,9). Sum of RGB (Red+Green+Blue) = 220+126+9=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7E09 is #2381F6. Grayscale: #8D8D8D. Windows color (decimal): -2327031 or 622300. OLE color: 622300.
HSL color Cylindrical-coordinate representation of color #DC7E09: hue angle of 33.27º 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 #DC7E09 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 9 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.14 |
| HSL | 33.27º | 0.92% | 0.45% | - |
| HSV(B) | 33.27º | 0.96% | 0.86% | - |
| XYZ | 37.03 | 30.16 | 4.13 | - |
| YUV | 140.77 | 53.64 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 9 | 0 | 0.43 | 0.96 | 0.14 | 33.27 | 0.92 | 0.45 |
| Hex | DC | 7E | 9 | 0 | 2B | 60 | E | 21 | 5C | 2D |
| Octal | 334 | 176 | 11 | 0 | 53 | 140 | 16 | 41 | 134 | 55 |
| Binary | 11011100 | 1111110 | 1001 | 0 | 101011 | 1100000 | 1110 | 100001 | 1011100 | 101101 |
Color Harmonies of #DC7E09
Complementary color
Monochromatic Colors of #DC7E09
Black with #DC7E09
Text Example
Text Example
White with #DC7E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E09; }
p { color: rgb(220,126,9); }
H1.HeaderClassName
{
color: #DC7E09;
}
.AnyTagClassName
{
color: #DC7E09;
}
</style>
background-color css
<style>
a { background-color: #DC7E09; }
a { background-color: rgb(220,126,9); }
div.DivClassName
{
background-color: #DC7E09;
}
.BgClassName
{
background-color: #DC7E09;
}
</style>
border-color css
<style>
span { border-color: #DC7E09; }
span { border-color: rgb(220,126,9); }
td.TdClassName
{
border-color: #DC7E09;
}
.TagClassName
{
border-color: #DC7E09;
}
</style>