Shades of Mango Tango #D57006
Tints of Mango Tango #D57006
RGB
CMYK
RGB Variations
Color information
#D57006 (or 0xD57006) is known color: Mango Tango. HEX triplet: D5, 70 and 06. RGB value is (213,112,6). Sum of RGB (Red+Green+Blue) = 213+112+6=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D57006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57006 is #2A8FF9. Grayscale: #828282. Windows color (decimal): -2789370 or 422101. OLE color: 422101.
HSL color Cylindrical-coordinate representation of color #D57006: hue angle of 30.72º degrees, saturation: 0.95, 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 #D57006 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 6 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.16 |
| HSL | 30.72º | 0.95% | 0.43% | - |
| HSV(B) | 30.72º | 0.97% | 0.84% | - |
| XYZ | 33.27 | 25.75 | 3.39 | - |
| YUV | 130.12 | 57.96 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 6 | 0 | 0.47 | 0.97 | 0.16 | 30.72 | 0.95 | 0.43 |
| Hex | D5 | 70 | 6 | 0 | 2F | 61 | 10 | 1F | 5F | 2B |
| Octal | 325 | 160 | 6 | 0 | 57 | 141 | 20 | 37 | 137 | 53 |
| Binary | 11010101 | 1110000 | 110 | 0 | 101111 | 1100001 | 10000 | 11111 | 1011111 | 101011 |
Color Harmonies of #D57006
Complementary color
Monochromatic Colors of #D57006
Black with #D57006
Text Example
Text Example
White with #D57006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57006; }
p { color: rgb(213,112,6); }
H1.HeaderClassName
{
color: #D57006;
}
.AnyTagClassName
{
color: #D57006;
}
</style>
background-color css
<style>
a { background-color: #D57006; }
a { background-color: rgb(213,112,6); }
div.DivClassName
{
background-color: #D57006;
}
.BgClassName
{
background-color: #D57006;
}
</style>
border-color css
<style>
span { border-color: #D57006; }
span { border-color: rgb(213,112,6); }
td.TdClassName
{
border-color: #D57006;
}
.TagClassName
{
border-color: #D57006;
}
</style>