Shades of Mango Tango #DC740B
Tints of Mango Tango #DC740B
RGB
CMYK
RGB Variations
Color information
#DC740B (or 0xDC740B) is known color: Mango Tango. HEX triplet: DC, 74 and 0B. RGB value is (220,116,11). Sum of RGB (Red+Green+Blue) = 220+116+11=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC740B is #238BF4. Grayscale: #878787. Windows color (decimal): -2329589 or 750812. OLE color: 750812.
HSL color Cylindrical-coordinate representation of color #DC740B: hue angle of 30.14º 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 #DC740B is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 11 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.14 |
| HSL | 30.14º | 0.9% | 0.45% | - |
| HSV(B) | 30.14º | 0.95% | 0.86% | - |
| XYZ | 35.82 | 27.73 | 3.78 | - |
| YUV | 135.13 | 57.96 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 11 | 0 | 0.47 | 0.95 | 0.14 | 30.14 | 0.9 | 0.45 |
| Hex | DC | 74 | B | 0 | 2F | 5F | E | 1E | 5A | 2D |
| Octal | 334 | 164 | 13 | 0 | 57 | 137 | 16 | 36 | 132 | 55 |
| Binary | 11011100 | 1110100 | 1011 | 0 | 101111 | 1011111 | 1110 | 11110 | 1011010 | 101101 |
Color Harmonies of #DC740B
Complementary color
Monochromatic Colors of #DC740B
Black with #DC740B
Text Example
Text Example
White with #DC740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC740B; }
p { color: rgb(220,116,11); }
H1.HeaderClassName
{
color: #DC740B;
}
.AnyTagClassName
{
color: #DC740B;
}
</style>
background-color css
<style>
a { background-color: #DC740B; }
a { background-color: rgb(220,116,11); }
div.DivClassName
{
background-color: #DC740B;
}
.BgClassName
{
background-color: #DC740B;
}
</style>
border-color css
<style>
span { border-color: #DC740B; }
span { border-color: rgb(220,116,11); }
td.TdClassName
{
border-color: #DC740B;
}
.TagClassName
{
border-color: #DC740B;
}
</style>