Shades of Mango Tango #D6790B
Tints of Mango Tango #D6790B
RGB
CMYK
RGB Variations
Color information
#D6790B (or 0xD6790B) is known color: Mango Tango. HEX triplet: D6, 79 and 0B. RGB value is (214,121,11). Sum of RGB (Red+Green+Blue) = 214+121+11=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6790B is #2986F4. Grayscale: #888888. Windows color (decimal): -2721525 or 752086. OLE color: 752086.
HSL color Cylindrical-coordinate representation of color #D6790B: hue angle of 32.51º 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 #D6790B is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 11 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.16 |
| HSL | 32.51º | 0.9% | 0.44% | - |
| HSV(B) | 32.51º | 0.95% | 0.84% | - |
| XYZ | 34.63 | 28 | 3.9 | - |
| YUV | 136.27 | 57.31 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 11 | 0 | 0.43 | 0.95 | 0.16 | 32.51 | 0.9 | 0.44 |
| Hex | D6 | 79 | B | 0 | 2B | 5F | 10 | 21 | 5A | 2C |
| Octal | 326 | 171 | 13 | 0 | 53 | 137 | 20 | 41 | 132 | 54 |
| Binary | 11010110 | 1111001 | 1011 | 0 | 101011 | 1011111 | 10000 | 100001 | 1011010 | 101100 |
Color Harmonies of #D6790B
Complementary color
Monochromatic Colors of #D6790B
Black with #D6790B
Text Example
Text Example
White with #D6790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6790B; }
p { color: rgb(214,121,11); }
H1.HeaderClassName
{
color: #D6790B;
}
.AnyTagClassName
{
color: #D6790B;
}
</style>
background-color css
<style>
a { background-color: #D6790B; }
a { background-color: rgb(214,121,11); }
div.DivClassName
{
background-color: #D6790B;
}
.BgClassName
{
background-color: #D6790B;
}
</style>
border-color css
<style>
span { border-color: #D6790B; }
span { border-color: rgb(214,121,11); }
td.TdClassName
{
border-color: #D6790B;
}
.TagClassName
{
border-color: #D6790B;
}
</style>