Shades of Mango Tango #D77F01
Tints of Mango Tango #D77F01
RGB
CMYK
RGB Variations
Color information
#D77F01 (or 0xD77F01) is known color: Mango Tango. HEX triplet: D7, 7F and 01. RGB value is (215,127,1). Sum of RGB (Red+Green+Blue) = 215+127+1=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77F01 is #2880FE. Grayscale: #8B8B8B. Windows color (decimal): -2654463 or 98263. OLE color: 98263.
HSL color Cylindrical-coordinate representation of color #D77F01: hue angle of 35.33º 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 #D77F01 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 1 | - |
| CMYK | 0 | 0.41 | 1.00 | 0.16 |
| HSL | 35.33º | 0.99% | 0.42% | - |
| HSV(B) | 35.33º | 1% | 0.84% | - |
| XYZ | 35.62 | 29.63 | 3.87 | - |
| YUV | 138.95 | 50.15 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 1 | 0 | 0.41 | 1.00 | 0.16 | 35.33 | 0.99 | 0.42 |
| Hex | D7 | 7F | 1 | 0 | 29 | 64 | 10 | 23 | 63 | 2A |
| Octal | 327 | 177 | 1 | 0 | 51 | 144 | 20 | 43 | 143 | 52 |
| Binary | 11010111 | 1111111 | 1 | 0 | 101001 | 1100100 | 10000 | 100011 | 1100011 | 101010 |
Color Harmonies of #D77F01
Complementary color
Monochromatic Colors of #D77F01
Black with #D77F01
Text Example
Text Example
White with #D77F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F01; }
p { color: rgb(215,127,1); }
H1.HeaderClassName
{
color: #D77F01;
}
.AnyTagClassName
{
color: #D77F01;
}
</style>
background-color css
<style>
a { background-color: #D77F01; }
a { background-color: rgb(215,127,1); }
div.DivClassName
{
background-color: #D77F01;
}
.BgClassName
{
background-color: #D77F01;
}
</style>
border-color css
<style>
span { border-color: #D77F01; }
span { border-color: rgb(215,127,1); }
td.TdClassName
{
border-color: #D77F01;
}
.TagClassName
{
border-color: #D77F01;
}
</style>