Shades of Mango Tango #D5740B
Tints of Mango Tango #D5740B
RGB
CMYK
RGB Variations
Color information
#D5740B (or 0xD5740B) is known color: Mango Tango. HEX triplet: D5, 74 and 0B. RGB value is (213,116,11). Sum of RGB (Red+Green+Blue) = 213+116+11=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5740B is #2A8BF4. Grayscale: #858585. Windows color (decimal): -2788341 or 750805. OLE color: 750805.
HSL color Cylindrical-coordinate representation of color #D5740B: hue angle of 31.19º 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 #D5740B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 11 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.16 |
| HSL | 31.19º | 0.9% | 0.44% | - |
| HSV(B) | 31.19º | 0.95% | 0.84% | - |
| XYZ | 33.75 | 26.66 | 3.68 | - |
| YUV | 133.03 | 59.14 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 11 | 0 | 0.46 | 0.95 | 0.16 | 31.19 | 0.9 | 0.44 |
| Hex | D5 | 74 | B | 0 | 2E | 5F | 10 | 1F | 5A | 2C |
| Octal | 325 | 164 | 13 | 0 | 56 | 137 | 20 | 37 | 132 | 54 |
| Binary | 11010101 | 1110100 | 1011 | 0 | 101110 | 1011111 | 10000 | 11111 | 1011010 | 101100 |
Color Harmonies of #D5740B
Complementary color
Monochromatic Colors of #D5740B
Black with #D5740B
Text Example
Text Example
White with #D5740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5740B; }
p { color: rgb(213,116,11); }
H1.HeaderClassName
{
color: #D5740B;
}
.AnyTagClassName
{
color: #D5740B;
}
</style>
background-color css
<style>
a { background-color: #D5740B; }
a { background-color: rgb(213,116,11); }
div.DivClassName
{
background-color: #D5740B;
}
.BgClassName
{
background-color: #D5740B;
}
</style>
border-color css
<style>
span { border-color: #D5740B; }
span { border-color: rgb(213,116,11); }
td.TdClassName
{
border-color: #D5740B;
}
.TagClassName
{
border-color: #D5740B;
}
</style>