Shades of Mango Tango #D77A01
Tints of Mango Tango #D77A01
RGB
CMYK
RGB Variations
Color information
#D77A01 (or 0xD77A01) is known color: Mango Tango. HEX triplet: D7, 7A and 01. RGB value is (215,122,1). Sum of RGB (Red+Green+Blue) = 215+122+1=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77A01 is #2885FE. Grayscale: #888888. Windows color (decimal): -2655743 or 96983. OLE color: 96983.
HSL color Cylindrical-coordinate representation of color #D77A01: hue angle of 33.93º 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 #D77A01 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 1 | - |
| CMYK | 0 | 0.43 | 1.00 | 0.16 |
| HSL | 33.93º | 0.99% | 0.42% | - |
| HSV(B) | 33.93º | 1% | 0.84% | - |
| XYZ | 34.99 | 28.37 | 3.66 | - |
| YUV | 136.01 | 51.81 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 1 | 0 | 0.43 | 1.00 | 0.16 | 33.93 | 0.99 | 0.42 |
| Hex | D7 | 7A | 1 | 0 | 2B | 64 | 10 | 22 | 63 | 2A |
| Octal | 327 | 172 | 1 | 0 | 53 | 144 | 20 | 42 | 143 | 52 |
| Binary | 11010111 | 1111010 | 1 | 0 | 101011 | 1100100 | 10000 | 100010 | 1100011 | 101010 |
Color Harmonies of #D77A01
Complementary color
Monochromatic Colors of #D77A01
Black with #D77A01
Text Example
Text Example
White with #D77A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A01; }
p { color: rgb(215,122,1); }
H1.HeaderClassName
{
color: #D77A01;
}
.AnyTagClassName
{
color: #D77A01;
}
</style>
background-color css
<style>
a { background-color: #D77A01; }
a { background-color: rgb(215,122,1); }
div.DivClassName
{
background-color: #D77A01;
}
.BgClassName
{
background-color: #D77A01;
}
</style>
border-color css
<style>
span { border-color: #D77A01; }
span { border-color: rgb(215,122,1); }
td.TdClassName
{
border-color: #D77A01;
}
.TagClassName
{
border-color: #D77A01;
}
</style>