Shades of Mango Tango #D58006
Tints of Mango Tango #D58006
RGB
CMYK
RGB Variations
Color information
#D58006 (or 0xD58006) is known color: Mango Tango. HEX triplet: D5, 80 and 06. RGB value is (213,128,6). Sum of RGB (Red+Green+Blue) = 213+128+6=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D58006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58006 is #2A7FF9. Grayscale: #8C8C8C. Windows color (decimal): -2785274 or 426197. OLE color: 426197.
HSL color Cylindrical-coordinate representation of color #D58006: hue angle of 35.36º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D58006 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 6 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.16 |
| HSL | 35.36º | 0.95% | 0.43% | - |
| HSV(B) | 35.36º | 0.97% | 0.84% | - |
| XYZ | 35.19 | 29.6 | 4.03 | - |
| YUV | 139.51 | 52.66 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 6 | 0 | 0.40 | 0.97 | 0.16 | 35.36 | 0.95 | 0.43 |
| Hex | D5 | 80 | 6 | 0 | 28 | 61 | 10 | 23 | 5F | 2B |
| Octal | 325 | 200 | 6 | 0 | 50 | 141 | 20 | 43 | 137 | 53 |
| Binary | 11010101 | 10000000 | 110 | 0 | 101000 | 1100001 | 10000 | 100011 | 1011111 | 101011 |
Color Harmonies of #D58006
Complementary color
Monochromatic Colors of #D58006
Black with #D58006
Text Example
Text Example
White with #D58006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58006; }
p { color: rgb(213,128,6); }
H1.HeaderClassName
{
color: #D58006;
}
.AnyTagClassName
{
color: #D58006;
}
</style>
background-color css
<style>
a { background-color: #D58006; }
a { background-color: rgb(213,128,6); }
div.DivClassName
{
background-color: #D58006;
}
.BgClassName
{
background-color: #D58006;
}
</style>
border-color css
<style>
span { border-color: #D58006; }
span { border-color: rgb(213,128,6); }
td.TdClassName
{
border-color: #D58006;
}
.TagClassName
{
border-color: #D58006;
}
</style>