Shades of Mango Tango #D77C01
Tints of Mango Tango #D77C01
RGB
CMYK
RGB Variations
Color information
#D77C01 (or 0xD77C01) is known color: Mango Tango. HEX triplet: D7, 7C and 01. RGB value is (215,124,1). Sum of RGB (Red+Green+Blue) = 215+124+1=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77C01 is #2883FE. Grayscale: #898989. Windows color (decimal): -2655231 or 97495. OLE color: 97495.
HSL color Cylindrical-coordinate representation of color #D77C01: hue angle of 34.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 #D77C01 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 1 | - |
| CMYK | 0 | 0.42 | 1.00 | 0.16 |
| HSL | 34.49º | 0.99% | 0.42% | - |
| HSV(B) | 34.49º | 1% | 0.84% | - |
| XYZ | 35.24 | 28.86 | 3.74 | - |
| YUV | 137.19 | 51.15 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 1 | 0 | 0.42 | 1.00 | 0.16 | 34.49 | 0.99 | 0.42 |
| Hex | D7 | 7C | 1 | 0 | 2A | 64 | 10 | 22 | 63 | 2A |
| Octal | 327 | 174 | 1 | 0 | 52 | 144 | 20 | 42 | 143 | 52 |
| Binary | 11010111 | 1111100 | 1 | 0 | 101010 | 1100100 | 10000 | 100010 | 1100011 | 101010 |
Color Harmonies of #D77C01
Complementary color
Monochromatic Colors of #D77C01
Black with #D77C01
Text Example
Text Example
White with #D77C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C01; }
p { color: rgb(215,124,1); }
H1.HeaderClassName
{
color: #D77C01;
}
.AnyTagClassName
{
color: #D77C01;
}
</style>
background-color css
<style>
a { background-color: #D77C01; }
a { background-color: rgb(215,124,1); }
div.DivClassName
{
background-color: #D77C01;
}
.BgClassName
{
background-color: #D77C01;
}
</style>
border-color css
<style>
span { border-color: #D77C01; }
span { border-color: rgb(215,124,1); }
td.TdClassName
{
border-color: #D77C01;
}
.TagClassName
{
border-color: #D77C01;
}
</style>