Shades of Mango Tango #D57F05
Tints of Mango Tango #D57F05
RGB
CMYK
RGB Variations
Color information
#D57F05 (or 0xD57F05) is known color: Mango Tango. HEX triplet: D5, 7F and 05. RGB value is (213,127,5). Sum of RGB (Red+Green+Blue) = 213+127+5=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57F05 is #2A80FA. Grayscale: #8B8B8B. Windows color (decimal): -2785531 or 360405. OLE color: 360405.
HSL color Cylindrical-coordinate representation of color #D57F05: hue angle of 35.19º 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 #D57F05 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 5 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.16 |
| HSL | 35.19º | 0.95% | 0.43% | - |
| HSV(B) | 35.19º | 0.98% | 0.84% | - |
| XYZ | 35.06 | 29.34 | 3.96 | - |
| YUV | 138.81 | 52.49 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 5 | 0 | 0.40 | 0.98 | 0.16 | 35.19 | 0.95 | 0.43 |
| Hex | D5 | 7F | 5 | 0 | 28 | 62 | 10 | 23 | 5F | 2B |
| Octal | 325 | 177 | 5 | 0 | 50 | 142 | 20 | 43 | 137 | 53 |
| Binary | 11010101 | 1111111 | 101 | 0 | 101000 | 1100010 | 10000 | 100011 | 1011111 | 101011 |
Color Harmonies of #D57F05
Complementary color
Monochromatic Colors of #D57F05
Black with #D57F05
Text Example
Text Example
White with #D57F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F05; }
p { color: rgb(213,127,5); }
H1.HeaderClassName
{
color: #D57F05;
}
.AnyTagClassName
{
color: #D57F05;
}
</style>
background-color css
<style>
a { background-color: #D57F05; }
a { background-color: rgb(213,127,5); }
div.DivClassName
{
background-color: #D57F05;
}
.BgClassName
{
background-color: #D57F05;
}
</style>
border-color css
<style>
span { border-color: #D57F05; }
span { border-color: rgb(213,127,5); }
td.TdClassName
{
border-color: #D57F05;
}
.TagClassName
{
border-color: #D57F05;
}
</style>