Shades of Mango Tango #D57501
Tints of Mango Tango #D57501
RGB
CMYK
RGB Variations
Color information
#D57501 (or 0xD57501) is known color: Mango Tango. HEX triplet: D5, 75 and 01. RGB value is (213,117,1). Sum of RGB (Red+Green+Blue) = 213+117+1=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D57501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57501 is #2A8AFE. Grayscale: #858585. Windows color (decimal): -2788095 or 95701. OLE color: 95701.
HSL color Cylindrical-coordinate representation of color #D57501: hue angle of 32.83º 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 #D57501 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 1 | - |
| CMYK | 0 | 0.45 | 1.00 | 0.16 |
| HSL | 32.83º | 0.99% | 0.42% | - |
| HSV(B) | 32.83º | 1% | 0.84% | - |
| XYZ | 33.81 | 26.87 | 3.43 | - |
| YUV | 132.48 | 53.8 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 1 | 0 | 0.45 | 1.00 | 0.16 | 32.83 | 0.99 | 0.42 |
| Hex | D5 | 75 | 1 | 0 | 2D | 64 | 10 | 21 | 63 | 2A |
| Octal | 325 | 165 | 1 | 0 | 55 | 144 | 20 | 41 | 143 | 52 |
| Binary | 11010101 | 1110101 | 1 | 0 | 101101 | 1100100 | 10000 | 100001 | 1100011 | 101010 |
Color Harmonies of #D57501
Complementary color
Monochromatic Colors of #D57501
Black with #D57501
Text Example
Text Example
White with #D57501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57501; }
p { color: rgb(213,117,1); }
H1.HeaderClassName
{
color: #D57501;
}
.AnyTagClassName
{
color: #D57501;
}
</style>
background-color css
<style>
a { background-color: #D57501; }
a { background-color: rgb(213,117,1); }
div.DivClassName
{
background-color: #D57501;
}
.BgClassName
{
background-color: #D57501;
}
</style>
border-color css
<style>
span { border-color: #D57501; }
span { border-color: rgb(213,117,1); }
td.TdClassName
{
border-color: #D57501;
}
.TagClassName
{
border-color: #D57501;
}
</style>