Shades of Mango Tango #DC730A
Tints of Mango Tango #DC730A
RGB
CMYK
RGB Variations
Color information
#DC730A (or 0xDC730A) is known color: Mango Tango. HEX triplet: DC, 73 and 0A. RGB value is (220,115,10). Sum of RGB (Red+Green+Blue) = 220+115+10=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC730A is #238CF5. Grayscale: #868686. Windows color (decimal): -2329846 or 685020. OLE color: 685020.
HSL color Cylindrical-coordinate representation of color #DC730A: hue angle of 30º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC730A is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 10 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.14 |
| HSL | 30º | 0.91% | 0.45% | - |
| HSV(B) | 30º | 0.95% | 0.86% | - |
| XYZ | 35.7 | 27.5 | 3.71 | - |
| YUV | 134.43 | 57.79 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 10 | 0 | 0.48 | 0.95 | 0.14 | 30 | 0.91 | 0.45 |
| Hex | DC | 73 | A | 0 | 30 | 5F | E | 1E | 5B | 2D |
| Octal | 334 | 163 | 12 | 0 | 60 | 137 | 16 | 36 | 133 | 55 |
| Binary | 11011100 | 1110011 | 1010 | 0 | 110000 | 1011111 | 1110 | 11110 | 1011011 | 101101 |
Color Harmonies of #DC730A
Complementary color
Monochromatic Colors of #DC730A
Black with #DC730A
Text Example
Text Example
White with #DC730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC730A; }
p { color: rgb(220,115,10); }
H1.HeaderClassName
{
color: #DC730A;
}
.AnyTagClassName
{
color: #DC730A;
}
</style>
background-color css
<style>
a { background-color: #DC730A; }
a { background-color: rgb(220,115,10); }
div.DivClassName
{
background-color: #DC730A;
}
.BgClassName
{
background-color: #DC730A;
}
</style>
border-color css
<style>
span { border-color: #DC730A; }
span { border-color: rgb(220,115,10); }
td.TdClassName
{
border-color: #DC730A;
}
.TagClassName
{
border-color: #DC730A;
}
</style>