Shades of Mango Tango #D58502
Tints of Mango Tango #D58502
RGB
CMYK
RGB Variations
Color information
#D58502 (or 0xD58502) is known color: Mango Tango. HEX triplet: D5, 85 and 02. RGB value is (213,133,2). Sum of RGB (Red+Green+Blue) = 213+133+2=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D58502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58502 is #2A7AFD. Grayscale: #8E8E8E. Windows color (decimal): -2783998 or 165333. OLE color: 165333.
HSL color Cylindrical-coordinate representation of color #D58502: hue angle of 37.25º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D58502 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.16 |
| HSL | 37.25º | 0.98% | 0.42% | - |
| HSV(B) | 37.25º | 0.99% | 0.84% | - |
| XYZ | 35.84 | 30.93 | 4.14 | - |
| YUV | 141.99 | 49 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 2 | 0 | 0.38 | 0.99 | 0.16 | 37.25 | 0.98 | 0.42 |
| Hex | D5 | 85 | 2 | 0 | 26 | 63 | 10 | 25 | 62 | 2A |
| Octal | 325 | 205 | 2 | 0 | 46 | 143 | 20 | 45 | 142 | 52 |
| Binary | 11010101 | 10000101 | 10 | 0 | 100110 | 1100011 | 10000 | 100101 | 1100010 | 101010 |
Color Harmonies of #D58502
Complementary color
Monochromatic Colors of #D58502
Black with #D58502
Text Example
Text Example
White with #D58502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58502; }
p { color: rgb(213,133,2); }
H1.HeaderClassName
{
color: #D58502;
}
.AnyTagClassName
{
color: #D58502;
}
</style>
background-color css
<style>
a { background-color: #D58502; }
a { background-color: rgb(213,133,2); }
div.DivClassName
{
background-color: #D58502;
}
.BgClassName
{
background-color: #D58502;
}
</style>
border-color css
<style>
span { border-color: #D58502; }
span { border-color: rgb(213,133,2); }
td.TdClassName
{
border-color: #D58502;
}
.TagClassName
{
border-color: #D58502;
}
</style>