Shades of Mango Tango #D57907
Tints of Mango Tango #D57907
RGB
CMYK
RGB Variations
Color information
#D57907 (or 0xD57907) is known color: Mango Tango. HEX triplet: D5, 79 and 07. RGB value is (213,121,7). Sum of RGB (Red+Green+Blue) = 213+121+7=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D57907 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57907 is #2A86F8. Grayscale: #888888. Windows color (decimal): -2787065 or 489941. OLE color: 489941.
HSL color Cylindrical-coordinate representation of color #D57907: hue angle of 33.2º 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 #D57907 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 7 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.16 |
| HSL | 33.2º | 0.94% | 0.43% | - |
| HSV(B) | 33.2º | 0.97% | 0.84% | - |
| XYZ | 34.32 | 27.84 | 3.77 | - |
| YUV | 135.51 | 55.48 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 7 | 0 | 0.43 | 0.97 | 0.16 | 33.2 | 0.94 | 0.43 |
| Hex | D5 | 79 | 7 | 0 | 2B | 61 | 10 | 21 | 5E | 2B |
| Octal | 325 | 171 | 7 | 0 | 53 | 141 | 20 | 41 | 136 | 53 |
| Binary | 11010101 | 1111001 | 111 | 0 | 101011 | 1100001 | 10000 | 100001 | 1011110 | 101011 |
Color Harmonies of #D57907
Complementary color
Monochromatic Colors of #D57907
Black with #D57907
Text Example
Text Example
White with #D57907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57907; }
p { color: rgb(213,121,7); }
H1.HeaderClassName
{
color: #D57907;
}
.AnyTagClassName
{
color: #D57907;
}
</style>
background-color css
<style>
a { background-color: #D57907; }
a { background-color: rgb(213,121,7); }
div.DivClassName
{
background-color: #D57907;
}
.BgClassName
{
background-color: #D57907;
}
</style>
border-color css
<style>
span { border-color: #D57907; }
span { border-color: rgb(213,121,7); }
td.TdClassName
{
border-color: #D57907;
}
.TagClassName
{
border-color: #D57907;
}
</style>