Shades of Mango Tango #D7800B
Tints of Mango Tango #D7800B
RGB
CMYK
RGB Variations
Color information
#D7800B (or 0xD7800B) is known color: Mango Tango. HEX triplet: D7, 80 and 0B. RGB value is (215,128,11). Sum of RGB (Red+Green+Blue) = 215+128+11=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D7800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7800B is #287FF4. Grayscale: #8D8D8D. Windows color (decimal): -2654197 or 753879. OLE color: 753879.
HSL color Cylindrical-coordinate representation of color #D7800B: hue angle of 34.41º 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 #D7800B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 11 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.16 |
| HSL | 34.41º | 0.9% | 0.44% | - |
| HSV(B) | 34.41º | 0.95% | 0.84% | - |
| XYZ | 35.8 | 29.91 | 4.2 | - |
| YUV | 140.68 | 54.82 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 11 | 0 | 0.40 | 0.95 | 0.16 | 34.41 | 0.9 | 0.44 |
| Hex | D7 | 80 | B | 0 | 28 | 5F | 10 | 22 | 5A | 2C |
| Octal | 327 | 200 | 13 | 0 | 50 | 137 | 20 | 42 | 132 | 54 |
| Binary | 11010111 | 10000000 | 1011 | 0 | 101000 | 1011111 | 10000 | 100010 | 1011010 | 101100 |
Color Harmonies of #D7800B
Complementary color
Monochromatic Colors of #D7800B
Black with #D7800B
Text Example
Text Example
White with #D7800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7800B; }
p { color: rgb(215,128,11); }
H1.HeaderClassName
{
color: #D7800B;
}
.AnyTagClassName
{
color: #D7800B;
}
</style>
background-color css
<style>
a { background-color: #D7800B; }
a { background-color: rgb(215,128,11); }
div.DivClassName
{
background-color: #D7800B;
}
.BgClassName
{
background-color: #D7800B;
}
</style>
border-color css
<style>
span { border-color: #D7800B; }
span { border-color: rgb(215,128,11); }
td.TdClassName
{
border-color: #D7800B;
}
.TagClassName
{
border-color: #D7800B;
}
</style>