Shades of Mango Tango #D58100
Tints of Mango Tango #D58100
RGB
CMYK
RGB Variations
Color information
#D58100 (or 0xD58100) is known color: Mango Tango. HEX triplet: D5, 81 and 00. RGB value is (213,129,0). Sum of RGB (Red+Green+Blue) = 213+129+0=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D58100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58100 is #2A7EFF. Grayscale: #8C8C8C. Windows color (decimal): -2785024 or 33237. OLE color: 33237.
HSL color Cylindrical-coordinate representation of color #D58100: hue angle of 36.34º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D58100 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.16 |
| HSL | 36.34º | 1% | 0.42% | - |
| HSV(B) | 36.34º | 1% | 0.84% | - |
| XYZ | 35.29 | 29.85 | 3.9 | - |
| YUV | 139.41 | 49.33 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 0 | 0 | 0.39 | 1 | 0.16 | 36.34 | 1 | 0.42 |
| Hex | D5 | 81 | 0 | 0 | 27 | 64 | 10 | 24 | 64 | 2A |
| Octal | 325 | 201 | 0 | 0 | 47 | 144 | 20 | 44 | 144 | 52 |
| Binary | 11010101 | 10000001 | 0 | 0 | 100111 | 1100100 | 10000 | 100100 | 1100100 | 101010 |
Color Harmonies of #D58100
Complementary color
Monochromatic Colors of #D58100
Black with #D58100
Text Example
Text Example
White with #D58100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58100; }
p { color: rgb(213,129,0); }
H1.HeaderClassName
{
color: #D58100;
}
.AnyTagClassName
{
color: #D58100;
}
</style>
background-color css
<style>
a { background-color: #D58100; }
a { background-color: rgb(213,129,0); }
div.DivClassName
{
background-color: #D58100;
}
.BgClassName
{
background-color: #D58100;
}
</style>
border-color css
<style>
span { border-color: #D58100; }
span { border-color: rgb(213,129,0); }
td.TdClassName
{
border-color: #D58100;
}
.TagClassName
{
border-color: #D58100;
}
</style>