Shades of Mango Tango #DC790E
Tints of Mango Tango #DC790E
RGB
CMYK
RGB Variations
Color information
#DC790E (or 0xDC790E) is known color: Mango Tango. HEX triplet: DC, 79 and 0E. RGB value is (220,121,14). Sum of RGB (Red+Green+Blue) = 220+121+14=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC790E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC790E is #2386F1. Grayscale: #8A8A8A. Windows color (decimal): -2328306 or 948700. OLE color: 948700.
HSL color Cylindrical-coordinate representation of color #DC790E: hue angle of 31.17º degrees, saturation: 0.88, 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 #DC790E is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 14 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.14 |
| HSL | 31.17º | 0.88% | 0.46% | - |
| HSV(B) | 31.17º | 0.94% | 0.86% | - |
| XYZ | 36.43 | 28.92 | 4.08 | - |
| YUV | 138.4 | 57.8 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 14 | 0 | 0.45 | 0.94 | 0.14 | 31.17 | 0.88 | 0.46 |
| Hex | DC | 79 | E | 0 | 2D | 5E | E | 1F | 58 | 2E |
| Octal | 334 | 171 | 16 | 0 | 55 | 136 | 16 | 37 | 130 | 56 |
| Binary | 11011100 | 1111001 | 1110 | 0 | 101101 | 1011110 | 1110 | 11111 | 1011000 | 101110 |
Color Harmonies of #DC790E
Complementary color
Monochromatic Colors of #DC790E
Black with #DC790E
Text Example
Text Example
White with #DC790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC790E; }
p { color: rgb(220,121,14); }
H1.HeaderClassName
{
color: #DC790E;
}
.AnyTagClassName
{
color: #DC790E;
}
</style>
background-color css
<style>
a { background-color: #DC790E; }
a { background-color: rgb(220,121,14); }
div.DivClassName
{
background-color: #DC790E;
}
.BgClassName
{
background-color: #DC790E;
}
</style>
border-color css
<style>
span { border-color: #DC790E; }
span { border-color: rgb(220,121,14); }
td.TdClassName
{
border-color: #DC790E;
}
.TagClassName
{
border-color: #DC790E;
}
</style>