Shades of Mango Tango #D7790B
Tints of Mango Tango #D7790B
RGB
CMYK
RGB Variations
Color information
#D7790B (or 0xD7790B) is known color: Mango Tango. HEX triplet: D7, 79 and 0B. RGB value is (215,121,11). Sum of RGB (Red+Green+Blue) = 215+121+11=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D7790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7790B is #2886F4. Grayscale: #898989. Windows color (decimal): -2655989 or 752087. OLE color: 752087.
HSL color Cylindrical-coordinate representation of color #D7790B: hue angle of 32.35º 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 #D7790B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.16 |
| HSL | 32.35º | 0.9% | 0.44% | - |
| HSV(B) | 32.35º | 0.95% | 0.84% | - |
| XYZ | 34.92 | 28.15 | 3.91 | - |
| YUV | 136.57 | 57.14 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 11 | 0 | 0.44 | 0.95 | 0.16 | 32.35 | 0.9 | 0.44 |
| Hex | D7 | 79 | B | 0 | 2C | 5F | 10 | 20 | 5A | 2C |
| Octal | 327 | 171 | 13 | 0 | 54 | 137 | 20 | 40 | 132 | 54 |
| Binary | 11010111 | 1111001 | 1011 | 0 | 101100 | 1011111 | 10000 | 100000 | 1011010 | 101100 |
Color Harmonies of #D7790B
Complementary color
Monochromatic Colors of #D7790B
Black with #D7790B
Text Example
Text Example
White with #D7790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7790B; }
p { color: rgb(215,121,11); }
H1.HeaderClassName
{
color: #D7790B;
}
.AnyTagClassName
{
color: #D7790B;
}
</style>
background-color css
<style>
a { background-color: #D7790B; }
a { background-color: rgb(215,121,11); }
div.DivClassName
{
background-color: #D7790B;
}
.BgClassName
{
background-color: #D7790B;
}
</style>
border-color css
<style>
span { border-color: #D7790B; }
span { border-color: rgb(215,121,11); }
td.TdClassName
{
border-color: #D7790B;
}
.TagClassName
{
border-color: #D7790B;
}
</style>