Shades of Mango Tango #D7700B
Tints of Mango Tango #D7700B
RGB
CMYK
RGB Variations
Color information
#D7700B (or 0xD7700B) is known color: Mango Tango. HEX triplet: D7, 70 and 0B. RGB value is (215,112,11). Sum of RGB (Red+Green+Blue) = 215+112+11=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D7700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7700B is #288FF4. Grayscale: #838383. Windows color (decimal): -2658293 or 749783. OLE color: 749783.
HSL color Cylindrical-coordinate representation of color #D7700B: hue angle of 29.71º 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 #D7700B is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 11 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.16 |
| HSL | 29.71º | 0.9% | 0.44% | - |
| HSV(B) | 29.71º | 0.95% | 0.84% | - |
| XYZ | 33.88 | 26.06 | 3.56 | - |
| YUV | 131.28 | 60.12 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 11 | 0 | 0.48 | 0.95 | 0.16 | 29.71 | 0.9 | 0.44 |
| Hex | D7 | 70 | B | 0 | 30 | 5F | 10 | 1E | 5A | 2C |
| Octal | 327 | 160 | 13 | 0 | 60 | 137 | 20 | 36 | 132 | 54 |
| Binary | 11010111 | 1110000 | 1011 | 0 | 110000 | 1011111 | 10000 | 11110 | 1011010 | 101100 |
Color Harmonies of #D7700B
Complementary color
Monochromatic Colors of #D7700B
Black with #D7700B
Text Example
Text Example
White with #D7700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7700B; }
p { color: rgb(215,112,11); }
H1.HeaderClassName
{
color: #D7700B;
}
.AnyTagClassName
{
color: #D7700B;
}
</style>
background-color css
<style>
a { background-color: #D7700B; }
a { background-color: rgb(215,112,11); }
div.DivClassName
{
background-color: #D7700B;
}
.BgClassName
{
background-color: #D7700B;
}
</style>
border-color css
<style>
span { border-color: #D7700B; }
span { border-color: rgb(215,112,11); }
td.TdClassName
{
border-color: #D7700B;
}
.TagClassName
{
border-color: #D7700B;
}
</style>