Shades of Mango Tango #D77F0D
Tints of Mango Tango #D77F0D
RGB
CMYK
RGB Variations
Color information
#D77F0D (or 0xD77F0D) is known color: Mango Tango. HEX triplet: D7, 7F and 0D. RGB value is (215,127,13). Sum of RGB (Red+Green+Blue) = 215+127+13=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77F0D is #2880F2. Grayscale: #8C8C8C. Windows color (decimal): -2654451 or 884695. OLE color: 884695.
HSL color Cylindrical-coordinate representation of color #D77F0D: hue angle of 33.86º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D77F0D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 13 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.16 |
| HSL | 33.86º | 0.89% | 0.45% | - |
| HSV(B) | 33.86º | 0.94% | 0.84% | - |
| XYZ | 35.69 | 29.65 | 4.22 | - |
| YUV | 140.32 | 56.15 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 13 | 0 | 0.41 | 0.94 | 0.16 | 33.86 | 0.89 | 0.45 |
| Hex | D7 | 7F | D | 0 | 29 | 5E | 10 | 22 | 59 | 2D |
| Octal | 327 | 177 | 15 | 0 | 51 | 136 | 20 | 42 | 131 | 55 |
| Binary | 11010111 | 1111111 | 1101 | 0 | 101001 | 1011110 | 10000 | 100010 | 1011001 | 101101 |
Color Harmonies of #D77F0D
Complementary color
Monochromatic Colors of #D77F0D
Black with #D77F0D
Text Example
Text Example
White with #D77F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F0D; }
p { color: rgb(215,127,13); }
H1.HeaderClassName
{
color: #D77F0D;
}
.AnyTagClassName
{
color: #D77F0D;
}
</style>
background-color css
<style>
a { background-color: #D77F0D; }
a { background-color: rgb(215,127,13); }
div.DivClassName
{
background-color: #D77F0D;
}
.BgClassName
{
background-color: #D77F0D;
}
</style>
border-color css
<style>
span { border-color: #D77F0D; }
span { border-color: rgb(215,127,13); }
td.TdClassName
{
border-color: #D77F0D;
}
.TagClassName
{
border-color: #D77F0D;
}
</style>