Shades of Mango Tango #D8790B
Tints of Mango Tango #D8790B
RGB
CMYK
RGB Variations
Color information
#D8790B (or 0xD8790B) is known color: Mango Tango. HEX triplet: D8, 79 and 0B. RGB value is (216,121,11). Sum of RGB (Red+Green+Blue) = 216+121+11=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8790B is #2786F4. Grayscale: #898989. Windows color (decimal): -2590453 or 752088. OLE color: 752088.
HSL color Cylindrical-coordinate representation of color #D8790B: hue angle of 32.2º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8790B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.15 |
| HSL | 32.2º | 0.9% | 0.45% | - |
| HSV(B) | 32.2º | 0.95% | 0.85% | - |
| XYZ | 35.22 | 28.3 | 3.92 | - |
| YUV | 136.87 | 56.97 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 11 | 0 | 0.44 | 0.95 | 0.15 | 32.2 | 0.9 | 0.45 |
| Hex | D8 | 79 | B | 0 | 2C | 5F | F | 20 | 5A | 2D |
| Octal | 330 | 171 | 13 | 0 | 54 | 137 | 17 | 40 | 132 | 55 |
| Binary | 11011000 | 1111001 | 1011 | 0 | 101100 | 1011111 | 1111 | 100000 | 1011010 | 101101 |
Color Harmonies of #D8790B
Complementary color
Monochromatic Colors of #D8790B
Black with #D8790B
Text Example
Text Example
White with #D8790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8790B; }
p { color: rgb(216,121,11); }
H1.HeaderClassName
{
color: #D8790B;
}
.AnyTagClassName
{
color: #D8790B;
}
</style>
background-color css
<style>
a { background-color: #D8790B; }
a { background-color: rgb(216,121,11); }
div.DivClassName
{
background-color: #D8790B;
}
.BgClassName
{
background-color: #D8790B;
}
</style>
border-color css
<style>
span { border-color: #D8790B; }
span { border-color: rgb(216,121,11); }
td.TdClassName
{
border-color: #D8790B;
}
.TagClassName
{
border-color: #D8790B;
}
</style>