Shades of Mango Tango #D8810B
Tints of Mango Tango #D8810B
RGB
CMYK
RGB Variations
Color information
#D8810B (or 0xD8810B) is known color: Mango Tango. HEX triplet: D8, 81 and 0B. RGB value is (216,129,11). Sum of RGB (Red+Green+Blue) = 216+129+11=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D8810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8810B is #277EF4. Grayscale: #8E8E8E. Windows color (decimal): -2588405 or 754136. OLE color: 754136.
HSL color Cylindrical-coordinate representation of color #D8810B: hue angle of 34.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8810B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 129 | 11 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.15 |
| HSL | 34.54º | 0.9% | 0.45% | - |
| HSV(B) | 34.54º | 0.95% | 0.85% | - |
| XYZ | 36.23 | 30.32 | 4.26 | - |
| YUV | 141.56 | 54.32 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 11 | 0 | 0.40 | 0.95 | 0.15 | 34.54 | 0.9 | 0.45 |
| Hex | D8 | 81 | B | 0 | 28 | 5F | F | 23 | 5A | 2D |
| Octal | 330 | 201 | 13 | 0 | 50 | 137 | 17 | 43 | 132 | 55 |
| Binary | 11011000 | 10000001 | 1011 | 0 | 101000 | 1011111 | 1111 | 100011 | 1011010 | 101101 |
Color Harmonies of #D8810B
Complementary color
Monochromatic Colors of #D8810B
Black with #D8810B
Text Example
Text Example
White with #D8810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8810B; }
p { color: rgb(216,129,11); }
H1.HeaderClassName
{
color: #D8810B;
}
.AnyTagClassName
{
color: #D8810B;
}
</style>
background-color css
<style>
a { background-color: #D8810B; }
a { background-color: rgb(216,129,11); }
div.DivClassName
{
background-color: #D8810B;
}
.BgClassName
{
background-color: #D8810B;
}
</style>
border-color css
<style>
span { border-color: #D8810B; }
span { border-color: rgb(216,129,11); }
td.TdClassName
{
border-color: #D8810B;
}
.TagClassName
{
border-color: #D8810B;
}
</style>