Shades of Mango Tango #D57705
Tints of Mango Tango #D57705
RGB
CMYK
RGB Variations
Color information
#D57705 (or 0xD57705) is known color: Mango Tango. HEX triplet: D5, 77 and 05. RGB value is (213,119,5). Sum of RGB (Red+Green+Blue) = 213+119+5=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D57705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57705 is #2A88FA. Grayscale: #868686. Windows color (decimal): -2787579 or 358357. OLE color: 358357.
HSL color Cylindrical-coordinate representation of color #D57705: hue angle of 32.88º 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 #D57705 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 5 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.16 |
| HSL | 32.88º | 0.95% | 0.43% | - |
| HSV(B) | 32.88º | 0.98% | 0.84% | - |
| XYZ | 34.06 | 27.35 | 3.63 | - |
| YUV | 134.11 | 55.14 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 5 | 0 | 0.44 | 0.98 | 0.16 | 32.88 | 0.95 | 0.43 |
| Hex | D5 | 77 | 5 | 0 | 2C | 62 | 10 | 21 | 5F | 2B |
| Octal | 325 | 167 | 5 | 0 | 54 | 142 | 20 | 41 | 137 | 53 |
| Binary | 11010101 | 1110111 | 101 | 0 | 101100 | 1100010 | 10000 | 100001 | 1011111 | 101011 |
Color Harmonies of #D57705
Complementary color
Monochromatic Colors of #D57705
Black with #D57705
Text Example
Text Example
White with #D57705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57705; }
p { color: rgb(213,119,5); }
H1.HeaderClassName
{
color: #D57705;
}
.AnyTagClassName
{
color: #D57705;
}
</style>
background-color css
<style>
a { background-color: #D57705; }
a { background-color: rgb(213,119,5); }
div.DivClassName
{
background-color: #D57705;
}
.BgClassName
{
background-color: #D57705;
}
</style>
border-color css
<style>
span { border-color: #D57705; }
span { border-color: rgb(213,119,5); }
td.TdClassName
{
border-color: #D57705;
}
.TagClassName
{
border-color: #D57705;
}
</style>