Shades of Mango Tango #D5770D
Tints of Mango Tango #D5770D
RGB
CMYK
RGB Variations
Color information
#D5770D (or 0xD5770D) is known color: Mango Tango. HEX triplet: D5, 77 and 0D. RGB value is (213,119,13). Sum of RGB (Red+Green+Blue) = 213+119+13=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5770D is #2A88F2. Grayscale: #878787. Windows color (decimal): -2787571 or 882645. OLE color: 882645.
HSL color Cylindrical-coordinate representation of color #D5770D: hue angle of 31.8º 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 #D5770D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.16 |
| HSL | 31.8º | 0.88% | 0.44% | - |
| HSV(B) | 31.8º | 0.94% | 0.84% | - |
| XYZ | 34.11 | 27.37 | 3.87 | - |
| YUV | 135.02 | 59.14 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 13 | 0 | 0.44 | 0.94 | 0.16 | 31.8 | 0.88 | 0.44 |
| Hex | D5 | 77 | D | 0 | 2C | 5E | 10 | 20 | 58 | 2C |
| Octal | 325 | 167 | 15 | 0 | 54 | 136 | 20 | 40 | 130 | 54 |
| Binary | 11010101 | 1110111 | 1101 | 0 | 101100 | 1011110 | 10000 | 100000 | 1011000 | 101100 |
Color Harmonies of #D5770D
Complementary color
Monochromatic Colors of #D5770D
Black with #D5770D
Text Example
Text Example
White with #D5770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5770D; }
p { color: rgb(213,119,13); }
H1.HeaderClassName
{
color: #D5770D;
}
.AnyTagClassName
{
color: #D5770D;
}
</style>
background-color css
<style>
a { background-color: #D5770D; }
a { background-color: rgb(213,119,13); }
div.DivClassName
{
background-color: #D5770D;
}
.BgClassName
{
background-color: #D5770D;
}
</style>
border-color css
<style>
span { border-color: #D5770D; }
span { border-color: rgb(213,119,13); }
td.TdClassName
{
border-color: #D5770D;
}
.TagClassName
{
border-color: #D5770D;
}
</style>