Shades of Mango Tango #D5700B
Tints of Mango Tango #D5700B
RGB
CMYK
RGB Variations
Color information
#D5700B (or 0xD5700B) is known color: Mango Tango. HEX triplet: D5, 70 and 0B. RGB value is (213,112,11). Sum of RGB (Red+Green+Blue) = 213+112+11=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D5700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5700B is #2A8FF4. Grayscale: #838383. Windows color (decimal): -2789365 or 749781. OLE color: 749781.
HSL color Cylindrical-coordinate representation of color #D5700B: hue angle of 30º 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 #D5700B is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 11 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.16 |
| HSL | 30º | 0.9% | 0.44% | - |
| HSV(B) | 30º | 0.95% | 0.84% | - |
| XYZ | 33.3 | 25.76 | 3.53 | - |
| YUV | 130.69 | 60.46 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 11 | 0 | 0.47 | 0.95 | 0.16 | 30 | 0.9 | 0.44 |
| Hex | D5 | 70 | B | 0 | 2F | 5F | 10 | 1E | 5A | 2C |
| Octal | 325 | 160 | 13 | 0 | 57 | 137 | 20 | 36 | 132 | 54 |
| Binary | 11010101 | 1110000 | 1011 | 0 | 101111 | 1011111 | 10000 | 11110 | 1011010 | 101100 |
Color Harmonies of #D5700B
Complementary color
Monochromatic Colors of #D5700B
Black with #D5700B
Text Example
Text Example
White with #D5700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5700B; }
p { color: rgb(213,112,11); }
H1.HeaderClassName
{
color: #D5700B;
}
.AnyTagClassName
{
color: #D5700B;
}
</style>
background-color css
<style>
a { background-color: #D5700B; }
a { background-color: rgb(213,112,11); }
div.DivClassName
{
background-color: #D5700B;
}
.BgClassName
{
background-color: #D5700B;
}
</style>
border-color css
<style>
span { border-color: #D5700B; }
span { border-color: rgb(213,112,11); }
td.TdClassName
{
border-color: #D5700B;
}
.TagClassName
{
border-color: #D5700B;
}
</style>