Shades of Mango Tango #D68107
Tints of Mango Tango #D68107
RGB
CMYK
RGB Variations
Color information
#D68107 (or 0xD68107) is known color: Mango Tango. HEX triplet: D6, 81 and 07. RGB value is (214,129,7). Sum of RGB (Red+Green+Blue) = 214+129+7=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D68107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68107 is #297EF8. Grayscale: #8D8D8D. Windows color (decimal): -2719481 or 491990. OLE color: 491990.
HSL color Cylindrical-coordinate representation of color #D68107: hue angle of 35.36º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D68107 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 7 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.16 |
| HSL | 35.36º | 0.94% | 0.43% | - |
| HSV(B) | 35.36º | 0.97% | 0.84% | - |
| XYZ | 35.62 | 30.01 | 4.12 | - |
| YUV | 140.51 | 52.66 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 7 | 0 | 0.40 | 0.97 | 0.16 | 35.36 | 0.94 | 0.43 |
| Hex | D6 | 81 | 7 | 0 | 28 | 61 | 10 | 23 | 5E | 2B |
| Octal | 326 | 201 | 7 | 0 | 50 | 141 | 20 | 43 | 136 | 53 |
| Binary | 11010110 | 10000001 | 111 | 0 | 101000 | 1100001 | 10000 | 100011 | 1011110 | 101011 |
Color Harmonies of #D68107
Complementary color
Monochromatic Colors of #D68107
Black with #D68107
Text Example
Text Example
White with #D68107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68107; }
p { color: rgb(214,129,7); }
H1.HeaderClassName
{
color: #D68107;
}
.AnyTagClassName
{
color: #D68107;
}
</style>
background-color css
<style>
a { background-color: #D68107; }
a { background-color: rgb(214,129,7); }
div.DivClassName
{
background-color: #D68107;
}
.BgClassName
{
background-color: #D68107;
}
</style>
border-color css
<style>
span { border-color: #D68107; }
span { border-color: rgb(214,129,7); }
td.TdClassName
{
border-color: #D68107;
}
.TagClassName
{
border-color: #D68107;
}
</style>