Shades of Mango Tango #D5740A
Tints of Mango Tango #D5740A
RGB
CMYK
RGB Variations
Color information
#D5740A (or 0xD5740A) is known color: Mango Tango. HEX triplet: D5, 74 and 0A. RGB value is (213,116,10). Sum of RGB (Red+Green+Blue) = 213+116+10=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5740A is #2A8BF5. Grayscale: #858585. Windows color (decimal): -2788342 or 685269. OLE color: 685269.
HSL color Cylindrical-coordinate representation of color #D5740A: hue angle of 31.33º 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 #D5740A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 10 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.16 |
| HSL | 31.33º | 0.91% | 0.44% | - |
| HSV(B) | 31.33º | 0.95% | 0.84% | - |
| XYZ | 33.74 | 26.66 | 3.65 | - |
| YUV | 132.92 | 58.64 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 10 | 0 | 0.46 | 0.95 | 0.16 | 31.33 | 0.91 | 0.44 |
| Hex | D5 | 74 | A | 0 | 2E | 5F | 10 | 1F | 5B | 2C |
| Octal | 325 | 164 | 12 | 0 | 56 | 137 | 20 | 37 | 133 | 54 |
| Binary | 11010101 | 1110100 | 1010 | 0 | 101110 | 1011111 | 10000 | 11111 | 1011011 | 101100 |
Color Harmonies of #D5740A
Complementary color
Monochromatic Colors of #D5740A
Black with #D5740A
Text Example
Text Example
White with #D5740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5740A; }
p { color: rgb(213,116,10); }
H1.HeaderClassName
{
color: #D5740A;
}
.AnyTagClassName
{
color: #D5740A;
}
</style>
background-color css
<style>
a { background-color: #D5740A; }
a { background-color: rgb(213,116,10); }
div.DivClassName
{
background-color: #D5740A;
}
.BgClassName
{
background-color: #D5740A;
}
</style>
border-color css
<style>
span { border-color: #D5740A; }
span { border-color: rgb(213,116,10); }
td.TdClassName
{
border-color: #D5740A;
}
.TagClassName
{
border-color: #D5740A;
}
</style>