Shades of Mango Tango #DC780D
Tints of Mango Tango #DC780D
RGB
CMYK
RGB Variations
Color information
#DC780D (or 0xDC780D) is known color: Mango Tango. HEX triplet: DC, 78 and 0D. RGB value is (220,120,13). Sum of RGB (Red+Green+Blue) = 220+120+13=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC780D is #2387F2. Grayscale: #8A8A8A. Windows color (decimal): -2328563 or 882908. OLE color: 882908.
HSL color Cylindrical-coordinate representation of color #DC780D: hue angle of 31.01º 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 #DC780D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 13 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.14 |
| HSL | 31.01º | 0.89% | 0.46% | - |
| HSV(B) | 31.01º | 0.94% | 0.86% | - |
| XYZ | 36.3 | 28.68 | 4 | - |
| YUV | 137.7 | 57.63 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 13 | 0 | 0.45 | 0.94 | 0.14 | 31.01 | 0.89 | 0.46 |
| Hex | DC | 78 | D | 0 | 2D | 5E | E | 1F | 59 | 2E |
| Octal | 334 | 170 | 15 | 0 | 55 | 136 | 16 | 37 | 131 | 56 |
| Binary | 11011100 | 1111000 | 1101 | 0 | 101101 | 1011110 | 1110 | 11111 | 1011001 | 101110 |
Color Harmonies of #DC780D
Complementary color
Monochromatic Colors of #DC780D
Black with #DC780D
Text Example
Text Example
White with #DC780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC780D; }
p { color: rgb(220,120,13); }
H1.HeaderClassName
{
color: #DC780D;
}
.AnyTagClassName
{
color: #DC780D;
}
</style>
background-color css
<style>
a { background-color: #DC780D; }
a { background-color: rgb(220,120,13); }
div.DivClassName
{
background-color: #DC780D;
}
.BgClassName
{
background-color: #DC780D;
}
</style>
border-color css
<style>
span { border-color: #DC780D; }
span { border-color: rgb(220,120,13); }
td.TdClassName
{
border-color: #DC780D;
}
.TagClassName
{
border-color: #DC780D;
}
</style>