Shades of Mango Tango #D6780B
Tints of Mango Tango #D6780B
RGB
CMYK
RGB Variations
Color information
#D6780B (or 0xD6780B) is known color: Mango Tango. HEX triplet: D6, 78 and 0B. RGB value is (214,120,11). Sum of RGB (Red+Green+Blue) = 214+120+11=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6780B is #2987F4. Grayscale: #888888. Windows color (decimal): -2721781 or 751830. OLE color: 751830.
HSL color Cylindrical-coordinate representation of color #D6780B: hue angle of 32.22º 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 #D6780B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.16 |
| HSL | 32.22º | 0.9% | 0.44% | - |
| HSV(B) | 32.22º | 0.95% | 0.84% | - |
| XYZ | 34.51 | 27.75 | 3.85 | - |
| YUV | 135.68 | 57.64 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 11 | 0 | 0.44 | 0.95 | 0.16 | 32.22 | 0.9 | 0.44 |
| Hex | D6 | 78 | B | 0 | 2C | 5F | 10 | 20 | 5A | 2C |
| Octal | 326 | 170 | 13 | 0 | 54 | 137 | 20 | 40 | 132 | 54 |
| Binary | 11010110 | 1111000 | 1011 | 0 | 101100 | 1011111 | 10000 | 100000 | 1011010 | 101100 |
Color Harmonies of #D6780B
Complementary color
Monochromatic Colors of #D6780B
Black with #D6780B
Text Example
Text Example
White with #D6780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6780B; }
p { color: rgb(214,120,11); }
H1.HeaderClassName
{
color: #D6780B;
}
.AnyTagClassName
{
color: #D6780B;
}
</style>
background-color css
<style>
a { background-color: #D6780B; }
a { background-color: rgb(214,120,11); }
div.DivClassName
{
background-color: #D6780B;
}
.BgClassName
{
background-color: #D6780B;
}
</style>
border-color css
<style>
span { border-color: #D6780B; }
span { border-color: rgb(214,120,11); }
td.TdClassName
{
border-color: #D6780B;
}
.TagClassName
{
border-color: #D6780B;
}
</style>