Shades of Mango Tango #D68100
Tints of Mango Tango #D68100
RGB
CMYK
RGB Variations
Color information
#D68100 (or 0xD68100) is known color: Mango Tango. HEX triplet: D6, 81 and 00. RGB value is (214,129,0). Sum of RGB (Red+Green+Blue) = 214+129+0=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D68100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68100 is #297EFF. Grayscale: #8C8C8C. Windows color (decimal): -2719488 or 33238. OLE color: 33238.
HSL color Cylindrical-coordinate representation of color #D68100: hue angle of 36.17º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D68100 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.16 |
| HSL | 36.17º | 1% | 0.42% | - |
| HSV(B) | 36.17º | 1% | 0.84% | - |
| XYZ | 35.58 | 30 | 3.91 | - |
| YUV | 139.71 | 49.16 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 0 | 0 | 0.40 | 1 | 0.16 | 36.17 | 1 | 0.42 |
| Hex | D6 | 81 | 0 | 0 | 28 | 64 | 10 | 24 | 64 | 2A |
| Octal | 326 | 201 | 0 | 0 | 50 | 144 | 20 | 44 | 144 | 52 |
| Binary | 11010110 | 10000001 | 0 | 0 | 101000 | 1100100 | 10000 | 100100 | 1100100 | 101010 |
Color Harmonies of #D68100
Complementary color
Monochromatic Colors of #D68100
Black with #D68100
Text Example
Text Example
White with #D68100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68100; }
p { color: rgb(214,129,0); }
H1.HeaderClassName
{
color: #D68100;
}
.AnyTagClassName
{
color: #D68100;
}
</style>
background-color css
<style>
a { background-color: #D68100; }
a { background-color: rgb(214,129,0); }
div.DivClassName
{
background-color: #D68100;
}
.BgClassName
{
background-color: #D68100;
}
</style>
border-color css
<style>
span { border-color: #D68100; }
span { border-color: rgb(214,129,0); }
td.TdClassName
{
border-color: #D68100;
}
.TagClassName
{
border-color: #D68100;
}
</style>