Shades of Mango Tango #D5780A
Tints of Mango Tango #D5780A
RGB
CMYK
RGB Variations
Color information
#D5780A (or 0xD5780A) is known color: Mango Tango. HEX triplet: D5, 78 and 0A. RGB value is (213,120,10). Sum of RGB (Red+Green+Blue) = 213+120+10=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5780A is #2A87F5. Grayscale: #878787. Windows color (decimal): -2787318 or 686293. OLE color: 686293.
HSL color Cylindrical-coordinate representation of color #D5780A: hue angle of 32.51º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5780A is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 10 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.16 |
| HSL | 32.51º | 0.91% | 0.44% | - |
| HSV(B) | 32.51º | 0.95% | 0.84% | - |
| XYZ | 34.21 | 27.6 | 3.81 | - |
| YUV | 135.27 | 57.31 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 10 | 0 | 0.44 | 0.95 | 0.16 | 32.51 | 0.91 | 0.44 |
| Hex | D5 | 78 | A | 0 | 2C | 5F | 10 | 21 | 5B | 2C |
| Octal | 325 | 170 | 12 | 0 | 54 | 137 | 20 | 41 | 133 | 54 |
| Binary | 11010101 | 1111000 | 1010 | 0 | 101100 | 1011111 | 10000 | 100001 | 1011011 | 101100 |
Color Harmonies of #D5780A
Complementary color
Monochromatic Colors of #D5780A
Black with #D5780A
Text Example
Text Example
White with #D5780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5780A; }
p { color: rgb(213,120,10); }
H1.HeaderClassName
{
color: #D5780A;
}
.AnyTagClassName
{
color: #D5780A;
}
</style>
background-color css
<style>
a { background-color: #D5780A; }
a { background-color: rgb(213,120,10); }
div.DivClassName
{
background-color: #D5780A;
}
.BgClassName
{
background-color: #D5780A;
}
</style>
border-color css
<style>
span { border-color: #D5780A; }
span { border-color: rgb(213,120,10); }
td.TdClassName
{
border-color: #D5780A;
}
.TagClassName
{
border-color: #D5780A;
}
</style>