Shades of Mango Tango #DD810B
Tints of Mango Tango #DD810B
RGB
CMYK
RGB Variations
Color information
#DD810B (or 0xDD810B) is known color: Mango Tango. HEX triplet: DD, 81 and 0B. RGB value is (221,129,11). Sum of RGB (Red+Green+Blue) = 221+129+11=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD810B is #227EF4. Grayscale: #8F8F8F. Windows color (decimal): -2260725 or 754141. OLE color: 754141.
HSL color Cylindrical-coordinate representation of color #DD810B: hue angle of 33.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD810B is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 11 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.13 |
| HSL | 33.71º | 0.91% | 0.45% | - |
| HSV(B) | 33.71º | 0.95% | 0.87% | - |
| XYZ | 37.73 | 31.1 | 4.33 | - |
| YUV | 143.06 | 53.48 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 11 | 0 | 0.42 | 0.95 | 0.13 | 33.71 | 0.91 | 0.45 |
| Hex | DD | 81 | B | 0 | 2A | 5F | D | 22 | 5B | 2D |
| Octal | 335 | 201 | 13 | 0 | 52 | 137 | 15 | 42 | 133 | 55 |
| Binary | 11011101 | 10000001 | 1011 | 0 | 101010 | 1011111 | 1101 | 100010 | 1011011 | 101101 |
Color Harmonies of #DD810B
Complementary color
Monochromatic Colors of #DD810B
Black with #DD810B
Text Example
Text Example
White with #DD810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD810B; }
p { color: rgb(221,129,11); }
H1.HeaderClassName
{
color: #DD810B;
}
.AnyTagClassName
{
color: #DD810B;
}
</style>
background-color css
<style>
a { background-color: #DD810B; }
a { background-color: rgb(221,129,11); }
div.DivClassName
{
background-color: #DD810B;
}
.BgClassName
{
background-color: #DD810B;
}
</style>
border-color css
<style>
span { border-color: #DD810B; }
span { border-color: rgb(221,129,11); }
td.TdClassName
{
border-color: #DD810B;
}
.TagClassName
{
border-color: #DD810B;
}
</style>