Shades of Mango Tango #D67F02
Tints of Mango Tango #D67F02
RGB
CMYK
RGB Variations
Color information
#D67F02 (or 0xD67F02) is known color: Mango Tango. HEX triplet: D6, 7F and 02. RGB value is (214,127,2). Sum of RGB (Red+Green+Blue) = 214+127+2=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67F02 is #2980FD. Grayscale: #8B8B8B. Windows color (decimal): -2719998 or 163798. OLE color: 163798.
HSL color Cylindrical-coordinate representation of color #D67F02: hue angle of 35.38º 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 #D67F02 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.16 |
| HSL | 35.38º | 0.98% | 0.42% | - |
| HSV(B) | 35.38º | 0.99% | 0.84% | - |
| XYZ | 35.33 | 29.48 | 3.89 | - |
| YUV | 138.76 | 50.82 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 2 | 0 | 0.41 | 0.99 | 0.16 | 35.38 | 0.98 | 0.42 |
| Hex | D6 | 7F | 2 | 0 | 29 | 63 | 10 | 23 | 62 | 2A |
| Octal | 326 | 177 | 2 | 0 | 51 | 143 | 20 | 43 | 142 | 52 |
| Binary | 11010110 | 1111111 | 10 | 0 | 101001 | 1100011 | 10000 | 100011 | 1100010 | 101010 |
Color Harmonies of #D67F02
Complementary color
Monochromatic Colors of #D67F02
Black with #D67F02
Text Example
Text Example
White with #D67F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67F02; }
p { color: rgb(214,127,2); }
H1.HeaderClassName
{
color: #D67F02;
}
.AnyTagClassName
{
color: #D67F02;
}
</style>
background-color css
<style>
a { background-color: #D67F02; }
a { background-color: rgb(214,127,2); }
div.DivClassName
{
background-color: #D67F02;
}
.BgClassName
{
background-color: #D67F02;
}
</style>
border-color css
<style>
span { border-color: #D67F02; }
span { border-color: rgb(214,127,2); }
td.TdClassName
{
border-color: #D67F02;
}
.TagClassName
{
border-color: #D67F02;
}
</style>