Shades of Mango Tango #DC7F09
Tints of Mango Tango #DC7F09
RGB
CMYK
RGB Variations
Color information
#DC7F09 (or 0xDC7F09) is known color: Mango Tango. HEX triplet: DC, 7F and 09. RGB value is (220,127,9). Sum of RGB (Red+Green+Blue) = 220+127+9=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7F09 is #2380F6. Grayscale: #8D8D8D. Windows color (decimal): -2326775 or 622556. OLE color: 622556.
HSL color Cylindrical-coordinate representation of color #DC7F09: hue angle of 33.55º 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 #DC7F09 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 9 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.14 |
| HSL | 33.55º | 0.92% | 0.45% | - |
| HSV(B) | 33.55º | 0.96% | 0.86% | - |
| XYZ | 37.15 | 30.41 | 4.17 | - |
| YUV | 141.36 | 53.31 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 9 | 0 | 0.42 | 0.96 | 0.14 | 33.55 | 0.92 | 0.45 |
| Hex | DC | 7F | 9 | 0 | 2A | 60 | E | 22 | 5C | 2D |
| Octal | 334 | 177 | 11 | 0 | 52 | 140 | 16 | 42 | 134 | 55 |
| Binary | 11011100 | 1111111 | 1001 | 0 | 101010 | 1100000 | 1110 | 100010 | 1011100 | 101101 |
Color Harmonies of #DC7F09
Complementary color
Monochromatic Colors of #DC7F09
Black with #DC7F09
Text Example
Text Example
White with #DC7F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F09; }
p { color: rgb(220,127,9); }
H1.HeaderClassName
{
color: #DC7F09;
}
.AnyTagClassName
{
color: #DC7F09;
}
</style>
background-color css
<style>
a { background-color: #DC7F09; }
a { background-color: rgb(220,127,9); }
div.DivClassName
{
background-color: #DC7F09;
}
.BgClassName
{
background-color: #DC7F09;
}
</style>
border-color css
<style>
span { border-color: #DC7F09; }
span { border-color: rgb(220,127,9); }
td.TdClassName
{
border-color: #DC7F09;
}
.TagClassName
{
border-color: #DC7F09;
}
</style>