Shades of Mango Tango #D5810A
Tints of Mango Tango #D5810A
RGB
CMYK
RGB Variations
Color information
#D5810A (or 0xD5810A) is known color: Mango Tango. HEX triplet: D5, 81 and 0A. RGB value is (213,129,10). Sum of RGB (Red+Green+Blue) = 213+129+10=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D5810A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5810A is #2A7EF5. Grayscale: #8D8D8D. Windows color (decimal): -2785014 or 688597. OLE color: 688597.
HSL color Cylindrical-coordinate representation of color #D5810A: hue angle of 35.17º 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 #D5810A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.16 |
| HSL | 35.17º | 0.91% | 0.44% | - |
| HSV(B) | 35.17º | 0.95% | 0.84% | - |
| XYZ | 35.35 | 29.87 | 4.19 | - |
| YUV | 140.55 | 54.33 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 10 | 0 | 0.39 | 0.95 | 0.16 | 35.17 | 0.91 | 0.44 |
| Hex | D5 | 81 | A | 0 | 27 | 5F | 10 | 23 | 5B | 2C |
| Octal | 325 | 201 | 12 | 0 | 47 | 137 | 20 | 43 | 133 | 54 |
| Binary | 11010101 | 10000001 | 1010 | 0 | 100111 | 1011111 | 10000 | 100011 | 1011011 | 101100 |
Color Harmonies of #D5810A
Complementary color
Monochromatic Colors of #D5810A
Black with #D5810A
Text Example
Text Example
White with #D5810A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5810A; }
p { color: rgb(213,129,10); }
H1.HeaderClassName
{
color: #D5810A;
}
.AnyTagClassName
{
color: #D5810A;
}
</style>
background-color css
<style>
a { background-color: #D5810A; }
a { background-color: rgb(213,129,10); }
div.DivClassName
{
background-color: #D5810A;
}
.BgClassName
{
background-color: #D5810A;
}
</style>
border-color css
<style>
span { border-color: #D5810A; }
span { border-color: rgb(213,129,10); }
td.TdClassName
{
border-color: #D5810A;
}
.TagClassName
{
border-color: #D5810A;
}
</style>