Shades of Mango Tango #DC7D0C
Tints of Mango Tango #DC7D0C
RGB
CMYK
RGB Variations
Color information
#DC7D0C (or 0xDC7D0C) is known color: Mango Tango. HEX triplet: DC, 7D and 0C. RGB value is (220,125,12). Sum of RGB (Red+Green+Blue) = 220+125+12=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7D0C is #2382F3. Grayscale: #8D8D8D. Windows color (decimal): -2327284 or 818652. OLE color: 818652.
HSL color Cylindrical-coordinate representation of color #DC7D0C: hue angle of 32.6º degrees, saturation: 0.9, 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 #DC7D0C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 12 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.14 |
| HSL | 32.6º | 0.9% | 0.45% | - |
| HSV(B) | 32.6º | 0.95% | 0.86% | - |
| XYZ | 36.92 | 29.91 | 4.18 | - |
| YUV | 140.52 | 55.47 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 12 | 0 | 0.43 | 0.95 | 0.14 | 32.6 | 0.9 | 0.45 |
| Hex | DC | 7D | C | 0 | 2B | 5F | E | 21 | 5A | 2D |
| Octal | 334 | 175 | 14 | 0 | 53 | 137 | 16 | 41 | 132 | 55 |
| Binary | 11011100 | 1111101 | 1100 | 0 | 101011 | 1011111 | 1110 | 100001 | 1011010 | 101101 |
Color Harmonies of #DC7D0C
Complementary color
Monochromatic Colors of #DC7D0C
Black with #DC7D0C
Text Example
Text Example
White with #DC7D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D0C; }
p { color: rgb(220,125,12); }
H1.HeaderClassName
{
color: #DC7D0C;
}
.AnyTagClassName
{
color: #DC7D0C;
}
</style>
background-color css
<style>
a { background-color: #DC7D0C; }
a { background-color: rgb(220,125,12); }
div.DivClassName
{
background-color: #DC7D0C;
}
.BgClassName
{
background-color: #DC7D0C;
}
</style>
border-color css
<style>
span { border-color: #DC7D0C; }
span { border-color: rgb(220,125,12); }
td.TdClassName
{
border-color: #DC7D0C;
}
.TagClassName
{
border-color: #DC7D0C;
}
</style>