Shades of Mango Tango #D58208
Tints of Mango Tango #D58208
RGB
CMYK
RGB Variations
Color information
#D58208 (or 0xD58208) is known color: Mango Tango. HEX triplet: D5, 82 and 08. RGB value is (213,130,8). Sum of RGB (Red+Green+Blue) = 213+130+8=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D58208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58208 is #2A7DF7. Grayscale: #8D8D8D. Windows color (decimal): -2784760 or 557781. OLE color: 557781.
HSL color Cylindrical-coordinate representation of color #D58208: hue angle of 35.71º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D58208 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.16 |
| HSL | 35.71º | 0.93% | 0.43% | - |
| HSV(B) | 35.71º | 0.96% | 0.84% | - |
| XYZ | 35.47 | 30.13 | 4.18 | - |
| YUV | 140.91 | 53 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 8 | 0 | 0.39 | 0.96 | 0.16 | 35.71 | 0.93 | 0.43 |
| Hex | D5 | 82 | 8 | 0 | 27 | 60 | 10 | 24 | 5D | 2B |
| Octal | 325 | 202 | 10 | 0 | 47 | 140 | 20 | 44 | 135 | 53 |
| Binary | 11010101 | 10000010 | 1000 | 0 | 100111 | 1100000 | 10000 | 100100 | 1011101 | 101011 |
Color Harmonies of #D58208
Complementary color
Monochromatic Colors of #D58208
Black with #D58208
Text Example
Text Example
White with #D58208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58208; }
p { color: rgb(213,130,8); }
H1.HeaderClassName
{
color: #D58208;
}
.AnyTagClassName
{
color: #D58208;
}
</style>
background-color css
<style>
a { background-color: #D58208; }
a { background-color: rgb(213,130,8); }
div.DivClassName
{
background-color: #D58208;
}
.BgClassName
{
background-color: #D58208;
}
</style>
border-color css
<style>
span { border-color: #D58208; }
span { border-color: rgb(213,130,8); }
td.TdClassName
{
border-color: #D58208;
}
.TagClassName
{
border-color: #D58208;
}
</style>