Shades of Mango Tango #D57A08
Tints of Mango Tango #D57A08
RGB
CMYK
RGB Variations
Color information
#D57A08 (or 0xD57A08) is known color: Mango Tango. HEX triplet: D5, 7A and 08. RGB value is (213,122,8). Sum of RGB (Red+Green+Blue) = 213+122+8=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57A08 is #2A85F7. Grayscale: #888888. Windows color (decimal): -2786808 or 555733. OLE color: 555733.
HSL color Cylindrical-coordinate representation of color #D57A08: hue angle of 33.37º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D57A08 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 8 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.16 |
| HSL | 33.37º | 0.93% | 0.43% | - |
| HSV(B) | 33.37º | 0.96% | 0.84% | - |
| XYZ | 34.44 | 28.08 | 3.83 | - |
| YUV | 136.21 | 55.65 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 8 | 0 | 0.43 | 0.96 | 0.16 | 33.37 | 0.93 | 0.43 |
| Hex | D5 | 7A | 8 | 0 | 2B | 60 | 10 | 21 | 5D | 2B |
| Octal | 325 | 172 | 10 | 0 | 53 | 140 | 20 | 41 | 135 | 53 |
| Binary | 11010101 | 1111010 | 1000 | 0 | 101011 | 1100000 | 10000 | 100001 | 1011101 | 101011 |
Color Harmonies of #D57A08
Complementary color
Monochromatic Colors of #D57A08
Black with #D57A08
Text Example
Text Example
White with #D57A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57A08; }
p { color: rgb(213,122,8); }
H1.HeaderClassName
{
color: #D57A08;
}
.AnyTagClassName
{
color: #D57A08;
}
</style>
background-color css
<style>
a { background-color: #D57A08; }
a { background-color: rgb(213,122,8); }
div.DivClassName
{
background-color: #D57A08;
}
.BgClassName
{
background-color: #D57A08;
}
</style>
border-color css
<style>
span { border-color: #D57A08; }
span { border-color: rgb(213,122,8); }
td.TdClassName
{
border-color: #D57A08;
}
.TagClassName
{
border-color: #D57A08;
}
</style>