Shades of Mango Tango #D57305
Tints of Mango Tango #D57305
RGB
CMYK
RGB Variations
Color information
#D57305 (or 0xD57305) is known color: Mango Tango. HEX triplet: D5, 73 and 05. RGB value is (213,115,5). Sum of RGB (Red+Green+Blue) = 213+115+5=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D57305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57305 is #2A8CFA. Grayscale: #848484. Windows color (decimal): -2788603 or 357333. OLE color: 357333.
HSL color Cylindrical-coordinate representation of color #D57305: hue angle of 31.73º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D57305 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.16 |
| HSL | 31.73º | 0.95% | 0.43% | - |
| HSV(B) | 31.73º | 0.98% | 0.84% | - |
| XYZ | 33.6 | 26.42 | 3.47 | - |
| YUV | 131.76 | 56.47 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 5 | 0 | 0.46 | 0.98 | 0.16 | 31.73 | 0.95 | 0.43 |
| Hex | D5 | 73 | 5 | 0 | 2E | 62 | 10 | 20 | 5F | 2B |
| Octal | 325 | 163 | 5 | 0 | 56 | 142 | 20 | 40 | 137 | 53 |
| Binary | 11010101 | 1110011 | 101 | 0 | 101110 | 1100010 | 10000 | 100000 | 1011111 | 101011 |
Color Harmonies of #D57305
Complementary color
Monochromatic Colors of #D57305
Black with #D57305
Text Example
Text Example
White with #D57305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57305; }
p { color: rgb(213,115,5); }
H1.HeaderClassName
{
color: #D57305;
}
.AnyTagClassName
{
color: #D57305;
}
</style>
background-color css
<style>
a { background-color: #D57305; }
a { background-color: rgb(213,115,5); }
div.DivClassName
{
background-color: #D57305;
}
.BgClassName
{
background-color: #D57305;
}
</style>
border-color css
<style>
span { border-color: #D57305; }
span { border-color: rgb(213,115,5); }
td.TdClassName
{
border-color: #D57305;
}
.TagClassName
{
border-color: #D57305;
}
</style>