Shades of Mango Tango #D6750A
Tints of Mango Tango #D6750A
RGB
CMYK
RGB Variations
Color information
#D6750A (or 0xD6750A) is known color: Mango Tango. HEX triplet: D6, 75 and 0A. RGB value is (214,117,10). Sum of RGB (Red+Green+Blue) = 214+117+10=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D6750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6750A is #298AF5. Grayscale: #868686. Windows color (decimal): -2722550 or 685526. OLE color: 685526.
HSL color Cylindrical-coordinate representation of color #D6750A: hue angle of 31.47º degrees, saturation: 0.91, 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 #D6750A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 10 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.16 |
| HSL | 31.47º | 0.91% | 0.44% | - |
| HSV(B) | 31.47º | 0.95% | 0.84% | - |
| XYZ | 34.15 | 27.04 | 3.71 | - |
| YUV | 133.81 | 58.14 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 10 | 0 | 0.45 | 0.95 | 0.16 | 31.47 | 0.91 | 0.44 |
| Hex | D6 | 75 | A | 0 | 2D | 5F | 10 | 1F | 5B | 2C |
| Octal | 326 | 165 | 12 | 0 | 55 | 137 | 20 | 37 | 133 | 54 |
| Binary | 11010110 | 1110101 | 1010 | 0 | 101101 | 1011111 | 10000 | 11111 | 1011011 | 101100 |
Color Harmonies of #D6750A
Complementary color
Monochromatic Colors of #D6750A
Black with #D6750A
Text Example
Text Example
White with #D6750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6750A; }
p { color: rgb(214,117,10); }
H1.HeaderClassName
{
color: #D6750A;
}
.AnyTagClassName
{
color: #D6750A;
}
</style>
background-color css
<style>
a { background-color: #D6750A; }
a { background-color: rgb(214,117,10); }
div.DivClassName
{
background-color: #D6750A;
}
.BgClassName
{
background-color: #D6750A;
}
</style>
border-color css
<style>
span { border-color: #D6750A; }
span { border-color: rgb(214,117,10); }
td.TdClassName
{
border-color: #D6750A;
}
.TagClassName
{
border-color: #D6750A;
}
</style>