Shades of Mango Tango #DC7D0F
Tints of Mango Tango #DC7D0F
RGB
CMYK
RGB Variations
Color information
#DC7D0F (or 0xDC7D0F) is known color: Mango Tango. HEX triplet: DC, 7D and 0F. RGB value is (220,125,15). Sum of RGB (Red+Green+Blue) = 220+125+15=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7D0F is #2382F0. Grayscale: #8D8D8D. Windows color (decimal): -2327281 or 1015260. OLE color: 1015260.
HSL color Cylindrical-coordinate representation of color #DC7D0F: hue angle of 32.2º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC7D0F is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 15 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.14 |
| HSL | 32.2º | 0.87% | 0.46% | - |
| HSV(B) | 32.2º | 0.93% | 0.86% | - |
| XYZ | 36.94 | 29.92 | 4.28 | - |
| YUV | 140.87 | 56.97 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 15 | 0 | 0.43 | 0.93 | 0.14 | 32.2 | 0.87 | 0.46 |
| Hex | DC | 7D | F | 0 | 2B | 5D | E | 20 | 57 | 2E |
| Octal | 334 | 175 | 17 | 0 | 53 | 135 | 16 | 40 | 127 | 56 |
| Binary | 11011100 | 1111101 | 1111 | 0 | 101011 | 1011101 | 1110 | 100000 | 1010111 | 101110 |
Color Harmonies of #DC7D0F
Complementary color
Monochromatic Colors of #DC7D0F
Black with #DC7D0F
Text Example
Text Example
White with #DC7D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D0F; }
p { color: rgb(220,125,15); }
H1.HeaderClassName
{
color: #DC7D0F;
}
.AnyTagClassName
{
color: #DC7D0F;
}
</style>
background-color css
<style>
a { background-color: #DC7D0F; }
a { background-color: rgb(220,125,15); }
div.DivClassName
{
background-color: #DC7D0F;
}
.BgClassName
{
background-color: #DC7D0F;
}
</style>
border-color css
<style>
span { border-color: #DC7D0F; }
span { border-color: rgb(220,125,15); }
td.TdClassName
{
border-color: #DC7D0F;
}
.TagClassName
{
border-color: #DC7D0F;
}
</style>