Shades of Mango Tango #DC740D
Tints of Mango Tango #DC740D
RGB
CMYK
RGB Variations
Color information
#DC740D (or 0xDC740D) is known color: Mango Tango. HEX triplet: DC, 74 and 0D. RGB value is (220,116,13). Sum of RGB (Red+Green+Blue) = 220+116+13=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC740D is #238BF2. Grayscale: #878787. Windows color (decimal): -2329587 or 881884. OLE color: 881884.
HSL color Cylindrical-coordinate representation of color #DC740D: hue angle of 29.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC740D is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 13 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.14 |
| HSL | 29.86º | 0.89% | 0.46% | - |
| HSV(B) | 29.86º | 0.94% | 0.86% | - |
| XYZ | 35.83 | 27.74 | 3.85 | - |
| YUV | 135.35 | 58.96 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 13 | 0 | 0.47 | 0.94 | 0.14 | 29.86 | 0.89 | 0.46 |
| Hex | DC | 74 | D | 0 | 2F | 5E | E | 1E | 59 | 2E |
| Octal | 334 | 164 | 15 | 0 | 57 | 136 | 16 | 36 | 131 | 56 |
| Binary | 11011100 | 1110100 | 1101 | 0 | 101111 | 1011110 | 1110 | 11110 | 1011001 | 101110 |
Color Harmonies of #DC740D
Complementary color
Monochromatic Colors of #DC740D
Black with #DC740D
Text Example
Text Example
White with #DC740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC740D; }
p { color: rgb(220,116,13); }
H1.HeaderClassName
{
color: #DC740D;
}
.AnyTagClassName
{
color: #DC740D;
}
</style>
background-color css
<style>
a { background-color: #DC740D; }
a { background-color: rgb(220,116,13); }
div.DivClassName
{
background-color: #DC740D;
}
.BgClassName
{
background-color: #DC740D;
}
</style>
border-color css
<style>
span { border-color: #DC740D; }
span { border-color: rgb(220,116,13); }
td.TdClassName
{
border-color: #DC740D;
}
.TagClassName
{
border-color: #DC740D;
}
</style>