Shades of Mango Tango #D77B0B
Tints of Mango Tango #D77B0B
RGB
CMYK
RGB Variations
Color information
#D77B0B (or 0xD77B0B) is known color: Mango Tango. HEX triplet: D7, 7B and 0B. RGB value is (215,123,11). Sum of RGB (Red+Green+Blue) = 215+123+11=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77B0B is #2884F4. Grayscale: #8A8A8A. Windows color (decimal): -2655477 or 752599. OLE color: 752599.
HSL color Cylindrical-coordinate representation of color #D77B0B: hue angle of 32.94º degrees, saturation: 0.9, 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 #D77B0B is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 11 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.16 |
| HSL | 32.94º | 0.9% | 0.44% | - |
| HSV(B) | 32.94º | 0.95% | 0.84% | - |
| XYZ | 35.17 | 28.64 | 3.99 | - |
| YUV | 137.74 | 56.48 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 11 | 0 | 0.43 | 0.95 | 0.16 | 32.94 | 0.9 | 0.44 |
| Hex | D7 | 7B | B | 0 | 2B | 5F | 10 | 21 | 5A | 2C |
| Octal | 327 | 173 | 13 | 0 | 53 | 137 | 20 | 41 | 132 | 54 |
| Binary | 11010111 | 1111011 | 1011 | 0 | 101011 | 1011111 | 10000 | 100001 | 1011010 | 101100 |
Color Harmonies of #D77B0B
Complementary color
Monochromatic Colors of #D77B0B
Black with #D77B0B
Text Example
Text Example
White with #D77B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B0B; }
p { color: rgb(215,123,11); }
H1.HeaderClassName
{
color: #D77B0B;
}
.AnyTagClassName
{
color: #D77B0B;
}
</style>
background-color css
<style>
a { background-color: #D77B0B; }
a { background-color: rgb(215,123,11); }
div.DivClassName
{
background-color: #D77B0B;
}
.BgClassName
{
background-color: #D77B0B;
}
</style>
border-color css
<style>
span { border-color: #D77B0B; }
span { border-color: rgb(215,123,11); }
td.TdClassName
{
border-color: #D77B0B;
}
.TagClassName
{
border-color: #D77B0B;
}
</style>