Shades of Mango Tango #D57D0C
Tints of Mango Tango #D57D0C
RGB
CMYK
RGB Variations
Color information
#D57D0C (or 0xD57D0C) is known color: Mango Tango. HEX triplet: D5, 7D and 0C. RGB value is (213,125,12). Sum of RGB (Red+Green+Blue) = 213+125+12=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57D0C is #2A82F3. Grayscale: #8A8A8A. Windows color (decimal): -2786036 or 818645. OLE color: 818645.
HSL color Cylindrical-coordinate representation of color #D57D0C: hue angle of 33.73º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D57D0C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 12 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.16 |
| HSL | 33.73º | 0.89% | 0.44% | - |
| HSV(B) | 33.73º | 0.94% | 0.84% | - |
| XYZ | 34.84 | 28.84 | 4.08 | - |
| YUV | 138.43 | 56.65 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 12 | 0 | 0.41 | 0.94 | 0.16 | 33.73 | 0.89 | 0.44 |
| Hex | D5 | 7D | C | 0 | 29 | 5E | 10 | 22 | 59 | 2C |
| Octal | 325 | 175 | 14 | 0 | 51 | 136 | 20 | 42 | 131 | 54 |
| Binary | 11010101 | 1111101 | 1100 | 0 | 101001 | 1011110 | 10000 | 100010 | 1011001 | 101100 |
Color Harmonies of #D57D0C
Complementary color
Monochromatic Colors of #D57D0C
Black with #D57D0C
Text Example
Text Example
White with #D57D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57D0C; }
p { color: rgb(213,125,12); }
H1.HeaderClassName
{
color: #D57D0C;
}
.AnyTagClassName
{
color: #D57D0C;
}
</style>
background-color css
<style>
a { background-color: #D57D0C; }
a { background-color: rgb(213,125,12); }
div.DivClassName
{
background-color: #D57D0C;
}
.BgClassName
{
background-color: #D57D0C;
}
</style>
border-color css
<style>
span { border-color: #D57D0C; }
span { border-color: rgb(213,125,12); }
td.TdClassName
{
border-color: #D57D0C;
}
.TagClassName
{
border-color: #D57D0C;
}
</style>