Shades of Mango Tango #D58103
Tints of Mango Tango #D58103
RGB
CMYK
RGB Variations
Color information
#D58103 (or 0xD58103) is known color: Mango Tango. HEX triplet: D5, 81 and 03. RGB value is (213,129,3). Sum of RGB (Red+Green+Blue) = 213+129+3=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D58103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58103 is #2A7EFC. Grayscale: #8C8C8C. Windows color (decimal): -2785021 or 229845. OLE color: 229845.
HSL color Cylindrical-coordinate representation of color #D58103: hue angle of 36º degrees, saturation: 0.97, 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 #D58103 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 3 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.16 |
| HSL | 36º | 0.97% | 0.42% | - |
| HSV(B) | 36º | 0.99% | 0.84% | - |
| XYZ | 35.31 | 29.85 | 3.99 | - |
| YUV | 139.75 | 50.83 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 3 | 0 | 0.39 | 0.99 | 0.16 | 36 | 0.97 | 0.42 |
| Hex | D5 | 81 | 3 | 0 | 27 | 63 | 10 | 24 | 61 | 2A |
| Octal | 325 | 201 | 3 | 0 | 47 | 143 | 20 | 44 | 141 | 52 |
| Binary | 11010101 | 10000001 | 11 | 0 | 100111 | 1100011 | 10000 | 100100 | 1100001 | 101010 |
Color Harmonies of #D58103
Complementary color
Monochromatic Colors of #D58103
Black with #D58103
Text Example
Text Example
White with #D58103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58103; }
p { color: rgb(213,129,3); }
H1.HeaderClassName
{
color: #D58103;
}
.AnyTagClassName
{
color: #D58103;
}
</style>
background-color css
<style>
a { background-color: #D58103; }
a { background-color: rgb(213,129,3); }
div.DivClassName
{
background-color: #D58103;
}
.BgClassName
{
background-color: #D58103;
}
</style>
border-color css
<style>
span { border-color: #D58103; }
span { border-color: rgb(213,129,3); }
td.TdClassName
{
border-color: #D58103;
}
.TagClassName
{
border-color: #D58103;
}
</style>