Shades of Mango Tango #D58001
Tints of Mango Tango #D58001
RGB
CMYK
RGB Variations
Color information
#D58001 (or 0xD58001) is known color: Mango Tango. HEX triplet: D5, 80 and 01. RGB value is (213,128,1). Sum of RGB (Red+Green+Blue) = 213+128+1=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D58001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58001 is #2A7FFE. Grayscale: #8B8B8B. Windows color (decimal): -2785279 or 98517. OLE color: 98517.
HSL color Cylindrical-coordinate representation of color #D58001: hue angle of 35.94º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D58001 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.16 |
| HSL | 35.94º | 0.99% | 0.42% | - |
| HSV(B) | 35.94º | 1% | 0.84% | - |
| XYZ | 35.17 | 29.59 | 3.89 | - |
| YUV | 138.94 | 50.16 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 1 | 0 | 0.40 | 1.00 | 0.16 | 35.94 | 0.99 | 0.42 |
| Hex | D5 | 80 | 1 | 0 | 28 | 64 | 10 | 24 | 63 | 2A |
| Octal | 325 | 200 | 1 | 0 | 50 | 144 | 20 | 44 | 143 | 52 |
| Binary | 11010101 | 10000000 | 1 | 0 | 101000 | 1100100 | 10000 | 100100 | 1100011 | 101010 |
Color Harmonies of #D58001
Complementary color
Monochromatic Colors of #D58001
Black with #D58001
Text Example
Text Example
White with #D58001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58001; }
p { color: rgb(213,128,1); }
H1.HeaderClassName
{
color: #D58001;
}
.AnyTagClassName
{
color: #D58001;
}
</style>
background-color css
<style>
a { background-color: #D58001; }
a { background-color: rgb(213,128,1); }
div.DivClassName
{
background-color: #D58001;
}
.BgClassName
{
background-color: #D58001;
}
</style>
border-color css
<style>
span { border-color: #D58001; }
span { border-color: rgb(213,128,1); }
td.TdClassName
{
border-color: #D58001;
}
.TagClassName
{
border-color: #D58001;
}
</style>