Shades of Mango Tango #D68002
Tints of Mango Tango #D68002
RGB
CMYK
RGB Variations
Color information
#D68002 (or 0xD68002) is known color: Mango Tango. HEX triplet: D6, 80 and 02. RGB value is (214,128,2). Sum of RGB (Red+Green+Blue) = 214+128+2=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D68002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68002 is #297FFD. Grayscale: #8B8B8B. Windows color (decimal): -2719742 or 164054. OLE color: 164054.
HSL color Cylindrical-coordinate representation of color #D68002: hue angle of 35.66º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D68002 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.16 |
| HSL | 35.66º | 0.98% | 0.42% | - |
| HSV(B) | 35.66º | 0.99% | 0.84% | - |
| XYZ | 35.46 | 29.74 | 3.93 | - |
| YUV | 139.35 | 50.49 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 2 | 0 | 0.40 | 0.99 | 0.16 | 35.66 | 0.98 | 0.42 |
| Hex | D6 | 80 | 2 | 0 | 28 | 63 | 10 | 24 | 62 | 2A |
| Octal | 326 | 200 | 2 | 0 | 50 | 143 | 20 | 44 | 142 | 52 |
| Binary | 11010110 | 10000000 | 10 | 0 | 101000 | 1100011 | 10000 | 100100 | 1100010 | 101010 |
Color Harmonies of #D68002
Complementary color
Monochromatic Colors of #D68002
Black with #D68002
Text Example
Text Example
White with #D68002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68002; }
p { color: rgb(214,128,2); }
H1.HeaderClassName
{
color: #D68002;
}
.AnyTagClassName
{
color: #D68002;
}
</style>
background-color css
<style>
a { background-color: #D68002; }
a { background-color: rgb(214,128,2); }
div.DivClassName
{
background-color: #D68002;
}
.BgClassName
{
background-color: #D68002;
}
</style>
border-color css
<style>
span { border-color: #D68002; }
span { border-color: rgb(214,128,2); }
td.TdClassName
{
border-color: #D68002;
}
.TagClassName
{
border-color: #D68002;
}
</style>