Shades of Mango Tango #DC790B
Tints of Mango Tango #DC790B
RGB
CMYK
RGB Variations
Color information
#DC790B (or 0xDC790B) is known color: Mango Tango. HEX triplet: DC, 79 and 0B. RGB value is (220,121,11). Sum of RGB (Red+Green+Blue) = 220+121+11=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC790B is #2386F4. Grayscale: #8A8A8A. Windows color (decimal): -2328309 or 752092. OLE color: 752092.
HSL color Cylindrical-coordinate representation of color #DC790B: hue angle of 31.58º 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 #DC790B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 11 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.14 |
| HSL | 31.58º | 0.9% | 0.45% | - |
| HSV(B) | 31.58º | 0.95% | 0.86% | - |
| XYZ | 36.41 | 28.91 | 3.98 | - |
| YUV | 138.06 | 56.3 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 11 | 0 | 0.45 | 0.95 | 0.14 | 31.58 | 0.9 | 0.45 |
| Hex | DC | 79 | B | 0 | 2D | 5F | E | 20 | 5A | 2D |
| Octal | 334 | 171 | 13 | 0 | 55 | 137 | 16 | 40 | 132 | 55 |
| Binary | 11011100 | 1111001 | 1011 | 0 | 101101 | 1011111 | 1110 | 100000 | 1011010 | 101101 |
Color Harmonies of #DC790B
Complementary color
Monochromatic Colors of #DC790B
Black with #DC790B
Text Example
Text Example
White with #DC790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC790B; }
p { color: rgb(220,121,11); }
H1.HeaderClassName
{
color: #DC790B;
}
.AnyTagClassName
{
color: #DC790B;
}
</style>
background-color css
<style>
a { background-color: #DC790B; }
a { background-color: rgb(220,121,11); }
div.DivClassName
{
background-color: #DC790B;
}
.BgClassName
{
background-color: #DC790B;
}
</style>
border-color css
<style>
span { border-color: #DC790B; }
span { border-color: rgb(220,121,11); }
td.TdClassName
{
border-color: #DC790B;
}
.TagClassName
{
border-color: #DC790B;
}
</style>