Shades of Mango Tango #D77F0A
Tints of Mango Tango #D77F0A
RGB
CMYK
RGB Variations
Color information
#D77F0A (or 0xD77F0A) is known color: Mango Tango. HEX triplet: D7, 7F and 0A. RGB value is (215,127,10). Sum of RGB (Red+Green+Blue) = 215+127+10=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77F0A is #2880F5. Grayscale: #8C8C8C. Windows color (decimal): -2654454 or 688087. OLE color: 688087.
HSL color Cylindrical-coordinate representation of color #D77F0A: hue angle of 34.24º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D77F0A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 10 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.16 |
| HSL | 34.24º | 0.91% | 0.44% | - |
| HSV(B) | 34.24º | 0.95% | 0.84% | - |
| XYZ | 35.67 | 29.65 | 4.13 | - |
| YUV | 139.97 | 54.65 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 10 | 0 | 0.41 | 0.95 | 0.16 | 34.24 | 0.91 | 0.44 |
| Hex | D7 | 7F | A | 0 | 29 | 5F | 10 | 22 | 5B | 2C |
| Octal | 327 | 177 | 12 | 0 | 51 | 137 | 20 | 42 | 133 | 54 |
| Binary | 11010111 | 1111111 | 1010 | 0 | 101001 | 1011111 | 10000 | 100010 | 1011011 | 101100 |
Color Harmonies of #D77F0A
Complementary color
Monochromatic Colors of #D77F0A
Black with #D77F0A
Text Example
Text Example
White with #D77F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F0A; }
p { color: rgb(215,127,10); }
H1.HeaderClassName
{
color: #D77F0A;
}
.AnyTagClassName
{
color: #D77F0A;
}
</style>
background-color css
<style>
a { background-color: #D77F0A; }
a { background-color: rgb(215,127,10); }
div.DivClassName
{
background-color: #D77F0A;
}
.BgClassName
{
background-color: #D77F0A;
}
</style>
border-color css
<style>
span { border-color: #D77F0A; }
span { border-color: rgb(215,127,10); }
td.TdClassName
{
border-color: #D77F0A;
}
.TagClassName
{
border-color: #D77F0A;
}
</style>