Shades of Mango Tango #D8680A
Tints of Mango Tango #D8680A
RGB
CMYK
RGB Variations
Color information
#D8680A (or 0xD8680A) is known color: Mango Tango. HEX triplet: D8, 68 and 0A. RGB value is (216,104,10). Sum of RGB (Red+Green+Blue) = 216+104+10=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8680A is #2797F5. Grayscale: #7F7F7F. Windows color (decimal): -2594806 or 682200. OLE color: 682200.
HSL color Cylindrical-coordinate representation of color #D8680A: hue angle of 27.38º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8680A is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 104 | 10 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.15 |
| HSL | 27.38º | 0.91% | 0.44% | - |
| HSV(B) | 27.38º | 0.95% | 0.85% | - |
| XYZ | 33.32 | 24.52 | 3.26 | - |
| YUV | 126.77 | 62.11 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 104 | 10 | 0 | 0.52 | 0.95 | 0.15 | 27.38 | 0.91 | 0.44 |
| Hex | D8 | 68 | A | 0 | 34 | 5F | F | 1B | 5B | 2C |
| Octal | 330 | 150 | 12 | 0 | 64 | 137 | 17 | 33 | 133 | 54 |
| Binary | 11011000 | 1101000 | 1010 | 0 | 110100 | 1011111 | 1111 | 11011 | 1011011 | 101100 |
Color Harmonies of #D8680A
Complementary color
Monochromatic Colors of #D8680A
Black with #D8680A
Text Example
Text Example
White with #D8680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8680A; }
p { color: rgb(216,104,10); }
H1.HeaderClassName
{
color: #D8680A;
}
.AnyTagClassName
{
color: #D8680A;
}
</style>
background-color css
<style>
a { background-color: #D8680A; }
a { background-color: rgb(216,104,10); }
div.DivClassName
{
background-color: #D8680A;
}
.BgClassName
{
background-color: #D8680A;
}
</style>
border-color css
<style>
span { border-color: #D8680A; }
span { border-color: rgb(216,104,10); }
td.TdClassName
{
border-color: #D8680A;
}
.TagClassName
{
border-color: #D8680A;
}
</style>