Shades of Mango Tango #DC780F
Tints of Mango Tango #DC780F
RGB
CMYK
RGB Variations
Color information
#DC780F (or 0xDC780F) is known color: Mango Tango. HEX triplet: DC, 78 and 0F. RGB value is (220,120,15). Sum of RGB (Red+Green+Blue) = 220+120+15=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC780F is #2387F0. Grayscale: #8A8A8A. Windows color (decimal): -2328561 or 1013980. OLE color: 1013980.
HSL color Cylindrical-coordinate representation of color #DC780F: hue angle of 30.73º 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 #DC780F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.14 |
| HSL | 30.73º | 0.87% | 0.46% | - |
| HSV(B) | 30.73º | 0.93% | 0.86% | - |
| XYZ | 36.32 | 28.68 | 4.07 | - |
| YUV | 137.93 | 58.63 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 15 | 0 | 0.45 | 0.93 | 0.14 | 30.73 | 0.87 | 0.46 |
| Hex | DC | 78 | F | 0 | 2D | 5D | E | 1F | 57 | 2E |
| Octal | 334 | 170 | 17 | 0 | 55 | 135 | 16 | 37 | 127 | 56 |
| Binary | 11011100 | 1111000 | 1111 | 0 | 101101 | 1011101 | 1110 | 11111 | 1010111 | 101110 |
Color Harmonies of #DC780F
Complementary color
Monochromatic Colors of #DC780F
Black with #DC780F
Text Example
Text Example
White with #DC780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC780F; }
p { color: rgb(220,120,15); }
H1.HeaderClassName
{
color: #DC780F;
}
.AnyTagClassName
{
color: #DC780F;
}
</style>
background-color css
<style>
a { background-color: #DC780F; }
a { background-color: rgb(220,120,15); }
div.DivClassName
{
background-color: #DC780F;
}
.BgClassName
{
background-color: #DC780F;
}
</style>
border-color css
<style>
span { border-color: #DC780F; }
span { border-color: rgb(220,120,15); }
td.TdClassName
{
border-color: #DC780F;
}
.TagClassName
{
border-color: #DC780F;
}
</style>