Shades of Mango Tango #D5790C
Tints of Mango Tango #D5790C
RGB
CMYK
RGB Variations
Color information
#D5790C (or 0xD5790C) is known color: Mango Tango. HEX triplet: D5, 79 and 0C. RGB value is (213,121,12). Sum of RGB (Red+Green+Blue) = 213+121+12=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D5790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5790C is #2A86F3. Grayscale: #888888. Windows color (decimal): -2787060 or 817621. OLE color: 817621.
HSL color Cylindrical-coordinate representation of color #D5790C: hue angle of 32.54º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5790C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 12 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.16 |
| HSL | 32.54º | 0.89% | 0.44% | - |
| HSV(B) | 32.54º | 0.94% | 0.84% | - |
| XYZ | 34.34 | 27.85 | 3.91 | - |
| YUV | 136.08 | 57.98 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 12 | 0 | 0.43 | 0.94 | 0.16 | 32.54 | 0.89 | 0.44 |
| Hex | D5 | 79 | C | 0 | 2B | 5E | 10 | 21 | 59 | 2C |
| Octal | 325 | 171 | 14 | 0 | 53 | 136 | 20 | 41 | 131 | 54 |
| Binary | 11010101 | 1111001 | 1100 | 0 | 101011 | 1011110 | 10000 | 100001 | 1011001 | 101100 |
Color Harmonies of #D5790C
Complementary color
Monochromatic Colors of #D5790C
Black with #D5790C
Text Example
Text Example
White with #D5790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5790C; }
p { color: rgb(213,121,12); }
H1.HeaderClassName
{
color: #D5790C;
}
.AnyTagClassName
{
color: #D5790C;
}
</style>
background-color css
<style>
a { background-color: #D5790C; }
a { background-color: rgb(213,121,12); }
div.DivClassName
{
background-color: #D5790C;
}
.BgClassName
{
background-color: #D5790C;
}
</style>
border-color css
<style>
span { border-color: #D5790C; }
span { border-color: rgb(213,121,12); }
td.TdClassName
{
border-color: #D5790C;
}
.TagClassName
{
border-color: #D5790C;
}
</style>