Shades of Mango Tango #D57D07
Tints of Mango Tango #D57D07
RGB
CMYK
RGB Variations
Color information
#D57D07 (or 0xD57D07) is known color: Mango Tango. HEX triplet: D5, 7D and 07. RGB value is (213,125,7). Sum of RGB (Red+Green+Blue) = 213+125+7=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57D07 is #2A82F8. Grayscale: #8A8A8A. Windows color (decimal): -2786041 or 490965. OLE color: 490965.
HSL color Cylindrical-coordinate representation of color #D57D07: hue angle of 34.37º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D57D07 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 7 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.16 |
| HSL | 34.37º | 0.94% | 0.43% | - |
| HSV(B) | 34.37º | 0.97% | 0.84% | - |
| XYZ | 34.81 | 28.83 | 3.93 | - |
| YUV | 137.86 | 54.15 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 7 | 0 | 0.41 | 0.97 | 0.16 | 34.37 | 0.94 | 0.43 |
| Hex | D5 | 7D | 7 | 0 | 29 | 61 | 10 | 22 | 5E | 2B |
| Octal | 325 | 175 | 7 | 0 | 51 | 141 | 20 | 42 | 136 | 53 |
| Binary | 11010101 | 1111101 | 111 | 0 | 101001 | 1100001 | 10000 | 100010 | 1011110 | 101011 |
Color Harmonies of #D57D07
Complementary color
Monochromatic Colors of #D57D07
Black with #D57D07
Text Example
Text Example
White with #D57D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57D07; }
p { color: rgb(213,125,7); }
H1.HeaderClassName
{
color: #D57D07;
}
.AnyTagClassName
{
color: #D57D07;
}
</style>
background-color css
<style>
a { background-color: #D57D07; }
a { background-color: rgb(213,125,7); }
div.DivClassName
{
background-color: #D57D07;
}
.BgClassName
{
background-color: #D57D07;
}
</style>
border-color css
<style>
span { border-color: #D57D07; }
span { border-color: rgb(213,125,7); }
td.TdClassName
{
border-color: #D57D07;
}
.TagClassName
{
border-color: #D57D07;
}
</style>