Shades of Mango Tango #D6820A
Tints of Mango Tango #D6820A
RGB
CMYK
RGB Variations
Color information
#D6820A (or 0xD6820A) is known color: Mango Tango. HEX triplet: D6, 82 and 0A. RGB value is (214,130,10). Sum of RGB (Red+Green+Blue) = 214+130+10=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D6820A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6820A is #297DF5. Grayscale: #8E8E8E. Windows color (decimal): -2719222 or 688854. OLE color: 688854.
HSL color Cylindrical-coordinate representation of color #D6820A: hue angle of 35.29º 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 #D6820A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.16 |
| HSL | 35.29º | 0.91% | 0.44% | - |
| HSV(B) | 35.29º | 0.95% | 0.84% | - |
| XYZ | 35.77 | 30.28 | 4.25 | - |
| YUV | 141.44 | 53.83 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 10 | 0 | 0.39 | 0.95 | 0.16 | 35.29 | 0.91 | 0.44 |
| Hex | D6 | 82 | A | 0 | 27 | 5F | 10 | 23 | 5B | 2C |
| Octal | 326 | 202 | 12 | 0 | 47 | 137 | 20 | 43 | 133 | 54 |
| Binary | 11010110 | 10000010 | 1010 | 0 | 100111 | 1011111 | 10000 | 100011 | 1011011 | 101100 |
Color Harmonies of #D6820A
Complementary color
Monochromatic Colors of #D6820A
Black with #D6820A
Text Example
Text Example
White with #D6820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6820A; }
p { color: rgb(214,130,10); }
H1.HeaderClassName
{
color: #D6820A;
}
.AnyTagClassName
{
color: #D6820A;
}
</style>
background-color css
<style>
a { background-color: #D6820A; }
a { background-color: rgb(214,130,10); }
div.DivClassName
{
background-color: #D6820A;
}
.BgClassName
{
background-color: #D6820A;
}
</style>
border-color css
<style>
span { border-color: #D6820A; }
span { border-color: rgb(214,130,10); }
td.TdClassName
{
border-color: #D6820A;
}
.TagClassName
{
border-color: #D6820A;
}
</style>