Shades of Mango Tango #D57A0A
Tints of Mango Tango #D57A0A
RGB
CMYK
RGB Variations
Color information
#D57A0A (or 0xD57A0A) is known color: Mango Tango. HEX triplet: D5, 7A and 0A. RGB value is (213,122,10). Sum of RGB (Red+Green+Blue) = 213+122+10=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57A0A is #2A85F5. Grayscale: #888888. Windows color (decimal): -2786806 or 686805. OLE color: 686805.
HSL color Cylindrical-coordinate representation of color #D57A0A: hue angle of 33.1º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D57A0A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 10 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.16 |
| HSL | 33.1º | 0.91% | 0.44% | - |
| HSV(B) | 33.1º | 0.95% | 0.84% | - |
| XYZ | 34.45 | 28.09 | 3.89 | - |
| YUV | 136.44 | 56.65 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 10 | 0 | 0.43 | 0.95 | 0.16 | 33.1 | 0.91 | 0.44 |
| Hex | D5 | 7A | A | 0 | 2B | 5F | 10 | 21 | 5B | 2C |
| Octal | 325 | 172 | 12 | 0 | 53 | 137 | 20 | 41 | 133 | 54 |
| Binary | 11010101 | 1111010 | 1010 | 0 | 101011 | 1011111 | 10000 | 100001 | 1011011 | 101100 |
Color Harmonies of #D57A0A
Complementary color
Monochromatic Colors of #D57A0A
Black with #D57A0A
Text Example
Text Example
White with #D57A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57A0A; }
p { color: rgb(213,122,10); }
H1.HeaderClassName
{
color: #D57A0A;
}
.AnyTagClassName
{
color: #D57A0A;
}
</style>
background-color css
<style>
a { background-color: #D57A0A; }
a { background-color: rgb(213,122,10); }
div.DivClassName
{
background-color: #D57A0A;
}
.BgClassName
{
background-color: #D57A0A;
}
</style>
border-color css
<style>
span { border-color: #D57A0A; }
span { border-color: rgb(213,122,10); }
td.TdClassName
{
border-color: #D57A0A;
}
.TagClassName
{
border-color: #D57A0A;
}
</style>