Shades of Mango Tango #D57C0B
Tints of Mango Tango #D57C0B
RGB
CMYK
RGB Variations
Color information
#D57C0B (or 0xD57C0B) is known color: Mango Tango. HEX triplet: D5, 7C and 0B. RGB value is (213,124,11). Sum of RGB (Red+Green+Blue) = 213+124+11=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57C0B is #2A83F4. Grayscale: #8A8A8A. Windows color (decimal): -2786293 or 752853. OLE color: 752853.
HSL color Cylindrical-coordinate representation of color #D57C0B: hue angle of 33.56º degrees, saturation: 0.9, 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 #D57C0B is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 11 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.16 |
| HSL | 33.56º | 0.9% | 0.44% | - |
| HSV(B) | 33.56º | 0.95% | 0.84% | - |
| XYZ | 34.71 | 28.59 | 4 | - |
| YUV | 137.73 | 56.49 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 11 | 0 | 0.42 | 0.95 | 0.16 | 33.56 | 0.9 | 0.44 |
| Hex | D5 | 7C | B | 0 | 2A | 5F | 10 | 22 | 5A | 2C |
| Octal | 325 | 174 | 13 | 0 | 52 | 137 | 20 | 42 | 132 | 54 |
| Binary | 11010101 | 1111100 | 1011 | 0 | 101010 | 1011111 | 10000 | 100010 | 1011010 | 101100 |
Color Harmonies of #D57C0B
Complementary color
Monochromatic Colors of #D57C0B
Black with #D57C0B
Text Example
Text Example
White with #D57C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C0B; }
p { color: rgb(213,124,11); }
H1.HeaderClassName
{
color: #D57C0B;
}
.AnyTagClassName
{
color: #D57C0B;
}
</style>
background-color css
<style>
a { background-color: #D57C0B; }
a { background-color: rgb(213,124,11); }
div.DivClassName
{
background-color: #D57C0B;
}
.BgClassName
{
background-color: #D57C0B;
}
</style>
border-color css
<style>
span { border-color: #D57C0B; }
span { border-color: rgb(213,124,11); }
td.TdClassName
{
border-color: #D57C0B;
}
.TagClassName
{
border-color: #D57C0B;
}
</style>