Shades of Mango Tango #D68203
Tints of Mango Tango #D68203
RGB
CMYK
RGB Variations
Color information
#D68203 (or 0xD68203) is known color: Mango Tango. HEX triplet: D6, 82 and 03. RGB value is (214,130,3). Sum of RGB (Red+Green+Blue) = 214+130+3=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D68203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68203 is #297DFC. Grayscale: #8D8D8D. Windows color (decimal): -2719229 or 230102. OLE color: 230102.
HSL color Cylindrical-coordinate representation of color #D68203: hue angle of 36.11º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D68203 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 3 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.16 |
| HSL | 36.11º | 0.97% | 0.43% | - |
| HSV(B) | 36.11º | 0.99% | 0.84% | - |
| XYZ | 35.73 | 30.27 | 4.05 | - |
| YUV | 140.64 | 50.33 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 3 | 0 | 0.39 | 0.99 | 0.16 | 36.11 | 0.97 | 0.43 |
| Hex | D6 | 82 | 3 | 0 | 27 | 63 | 10 | 24 | 61 | 2B |
| Octal | 326 | 202 | 3 | 0 | 47 | 143 | 20 | 44 | 141 | 53 |
| Binary | 11010110 | 10000010 | 11 | 0 | 100111 | 1100011 | 10000 | 100100 | 1100001 | 101011 |
Color Harmonies of #D68203
Complementary color
Monochromatic Colors of #D68203
Black with #D68203
Text Example
Text Example
White with #D68203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68203; }
p { color: rgb(214,130,3); }
H1.HeaderClassName
{
color: #D68203;
}
.AnyTagClassName
{
color: #D68203;
}
</style>
background-color css
<style>
a { background-color: #D68203; }
a { background-color: rgb(214,130,3); }
div.DivClassName
{
background-color: #D68203;
}
.BgClassName
{
background-color: #D68203;
}
</style>
border-color css
<style>
span { border-color: #D68203; }
span { border-color: rgb(214,130,3); }
td.TdClassName
{
border-color: #D68203;
}
.TagClassName
{
border-color: #D68203;
}
</style>