Shades of Mango Tango #D5760D
Tints of Mango Tango #D5760D
RGB
CMYK
RGB Variations
Color information
#D5760D (or 0xD5760D) is known color: Mango Tango. HEX triplet: D5, 76 and 0D. RGB value is (213,118,13). Sum of RGB (Red+Green+Blue) = 213+118+13=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5760D is #2A89F2. Grayscale: #868686. Windows color (decimal): -2787827 or 882389. OLE color: 882389.
HSL color Cylindrical-coordinate representation of color #D5760D: hue angle of 31.5º degrees, saturation: 0.88, 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 #D5760D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 13 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.16 |
| HSL | 31.5º | 0.88% | 0.44% | - |
| HSV(B) | 31.5º | 0.94% | 0.84% | - |
| XYZ | 33.99 | 27.13 | 3.83 | - |
| YUV | 134.44 | 59.47 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 13 | 0 | 0.45 | 0.94 | 0.16 | 31.5 | 0.88 | 0.44 |
| Hex | D5 | 76 | D | 0 | 2D | 5E | 10 | 1F | 58 | 2C |
| Octal | 325 | 166 | 15 | 0 | 55 | 136 | 20 | 37 | 130 | 54 |
| Binary | 11010101 | 1110110 | 1101 | 0 | 101101 | 1011110 | 10000 | 11111 | 1011000 | 101100 |
Color Harmonies of #D5760D
Complementary color
Monochromatic Colors of #D5760D
Black with #D5760D
Text Example
Text Example
White with #D5760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5760D; }
p { color: rgb(213,118,13); }
H1.HeaderClassName
{
color: #D5760D;
}
.AnyTagClassName
{
color: #D5760D;
}
</style>
background-color css
<style>
a { background-color: #D5760D; }
a { background-color: rgb(213,118,13); }
div.DivClassName
{
background-color: #D5760D;
}
.BgClassName
{
background-color: #D5760D;
}
</style>
border-color css
<style>
span { border-color: #D5760D; }
span { border-color: rgb(213,118,13); }
td.TdClassName
{
border-color: #D5760D;
}
.TagClassName
{
border-color: #D5760D;
}
</style>