Shades of Mango Tango #D67F01
Tints of Mango Tango #D67F01
RGB
CMYK
RGB Variations
Color information
#D67F01 (or 0xD67F01) is known color: Mango Tango. HEX triplet: D6, 7F and 01. RGB value is (214,127,1). Sum of RGB (Red+Green+Blue) = 214+127+1=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67F01 is #2980FE. Grayscale: #8B8B8B. Windows color (decimal): -2719999 or 98262. OLE color: 98262.
HSL color Cylindrical-coordinate representation of color #D67F01: hue angle of 35.49º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D67F01 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 1 | - |
| CMYK | 0 | 0.41 | 1.00 | 0.16 |
| HSL | 35.49º | 0.99% | 0.42% | - |
| HSV(B) | 35.49º | 1% | 0.84% | - |
| XYZ | 35.33 | 29.48 | 3.86 | - |
| YUV | 138.65 | 50.32 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 1 | 0 | 0.41 | 1.00 | 0.16 | 35.49 | 0.99 | 0.42 |
| Hex | D6 | 7F | 1 | 0 | 29 | 64 | 10 | 23 | 63 | 2A |
| Octal | 326 | 177 | 1 | 0 | 51 | 144 | 20 | 43 | 143 | 52 |
| Binary | 11010110 | 1111111 | 1 | 0 | 101001 | 1100100 | 10000 | 100011 | 1100011 | 101010 |
Color Harmonies of #D67F01
Complementary color
Monochromatic Colors of #D67F01
Black with #D67F01
Text Example
Text Example
White with #D67F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67F01; }
p { color: rgb(214,127,1); }
H1.HeaderClassName
{
color: #D67F01;
}
.AnyTagClassName
{
color: #D67F01;
}
</style>
background-color css
<style>
a { background-color: #D67F01; }
a { background-color: rgb(214,127,1); }
div.DivClassName
{
background-color: #D67F01;
}
.BgClassName
{
background-color: #D67F01;
}
</style>
border-color css
<style>
span { border-color: #D67F01; }
span { border-color: rgb(214,127,1); }
td.TdClassName
{
border-color: #D67F01;
}
.TagClassName
{
border-color: #D67F01;
}
</style>