Shades of Mango Tango #D5750B
Tints of Mango Tango #D5750B
RGB
CMYK
RGB Variations
Color information
#D5750B (or 0xD5750B) is known color: Mango Tango. HEX triplet: D5, 75 and 0B. RGB value is (213,117,11). Sum of RGB (Red+Green+Blue) = 213+117+11=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5750B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5750B is #2A8AF4. Grayscale: #868686. Windows color (decimal): -2788085 or 751061. OLE color: 751061.
HSL color Cylindrical-coordinate representation of color #D5750B: hue angle of 31.49º 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 #D5750B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 11 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.16 |
| HSL | 31.49º | 0.9% | 0.44% | - |
| HSV(B) | 31.49º | 0.95% | 0.84% | - |
| XYZ | 33.86 | 26.89 | 3.72 | - |
| YUV | 133.62 | 58.8 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 11 | 0 | 0.45 | 0.95 | 0.16 | 31.49 | 0.9 | 0.44 |
| Hex | D5 | 75 | B | 0 | 2D | 5F | 10 | 1F | 5A | 2C |
| Octal | 325 | 165 | 13 | 0 | 55 | 137 | 20 | 37 | 132 | 54 |
| Binary | 11010101 | 1110101 | 1011 | 0 | 101101 | 1011111 | 10000 | 11111 | 1011010 | 101100 |
Color Harmonies of #D5750B
Complementary color
Monochromatic Colors of #D5750B
Black with #D5750B
Text Example
Text Example
White with #D5750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5750B; }
p { color: rgb(213,117,11); }
H1.HeaderClassName
{
color: #D5750B;
}
.AnyTagClassName
{
color: #D5750B;
}
</style>
background-color css
<style>
a { background-color: #D5750B; }
a { background-color: rgb(213,117,11); }
div.DivClassName
{
background-color: #D5750B;
}
.BgClassName
{
background-color: #D5750B;
}
</style>
border-color css
<style>
span { border-color: #D5750B; }
span { border-color: rgb(213,117,11); }
td.TdClassName
{
border-color: #D5750B;
}
.TagClassName
{
border-color: #D5750B;
}
</style>