Shades of Mango Tango #D77B00
Tints of Mango Tango #D77B00
RGB
CMYK
RGB Variations
Color information
#D77B00 (or 0xD77B00) is known color: Mango Tango. HEX triplet: D7, 7B and 00. RGB value is (215,123,0). Sum of RGB (Red+Green+Blue) = 215+123+0=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77B00 is #2884FF. Grayscale: #898989. Windows color (decimal): -2655488 or 31703. OLE color: 31703.
HSL color Cylindrical-coordinate representation of color #D77B00: hue angle of 34.33º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D77B00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.16 |
| HSL | 34.33º | 1% | 0.42% | - |
| HSV(B) | 34.33º | 1% | 0.84% | - |
| XYZ | 35.11 | 28.61 | 3.67 | - |
| YUV | 136.49 | 50.98 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 0 | 0 | 0.43 | 1 | 0.16 | 34.33 | 1 | 0.42 |
| Hex | D7 | 7B | 0 | 0 | 2B | 64 | 10 | 22 | 64 | 2A |
| Octal | 327 | 173 | 0 | 0 | 53 | 144 | 20 | 42 | 144 | 52 |
| Binary | 11010111 | 1111011 | 0 | 0 | 101011 | 1100100 | 10000 | 100010 | 1100100 | 101010 |
Color Harmonies of #D77B00
Complementary color
Monochromatic Colors of #D77B00
Black with #D77B00
Text Example
Text Example
White with #D77B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B00; }
p { color: rgb(215,123,0); }
H1.HeaderClassName
{
color: #D77B00;
}
.AnyTagClassName
{
color: #D77B00;
}
</style>
background-color css
<style>
a { background-color: #D77B00; }
a { background-color: rgb(215,123,0); }
div.DivClassName
{
background-color: #D77B00;
}
.BgClassName
{
background-color: #D77B00;
}
</style>
border-color css
<style>
span { border-color: #D77B00; }
span { border-color: rgb(215,123,0); }
td.TdClassName
{
border-color: #D77B00;
}
.TagClassName
{
border-color: #D77B00;
}
</style>