Shades of Mango Tango #DD810C
Tints of Mango Tango #DD810C
RGB
CMYK
RGB Variations
Color information
#DD810C (or 0xDD810C) is known color: Mango Tango. HEX triplet: DD, 81 and 0C. RGB value is (221,129,12). Sum of RGB (Red+Green+Blue) = 221+129+12=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD810C is #227EF3. Grayscale: #8F8F8F. Windows color (decimal): -2260724 or 819677. OLE color: 819677.
HSL color Cylindrical-coordinate representation of color #DD810C: hue angle of 33.59º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD810C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.13 |
| HSL | 33.59º | 0.9% | 0.46% | - |
| HSV(B) | 33.59º | 0.95% | 0.87% | - |
| XYZ | 37.74 | 31.1 | 4.36 | - |
| YUV | 143.17 | 53.98 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 12 | 0 | 0.42 | 0.95 | 0.13 | 33.59 | 0.9 | 0.46 |
| Hex | DD | 81 | C | 0 | 2A | 5F | D | 22 | 5A | 2E |
| Octal | 335 | 201 | 14 | 0 | 52 | 137 | 15 | 42 | 132 | 56 |
| Binary | 11011101 | 10000001 | 1100 | 0 | 101010 | 1011111 | 1101 | 100010 | 1011010 | 101110 |
Color Harmonies of #DD810C
Complementary color
Monochromatic Colors of #DD810C
Black with #DD810C
Text Example
Text Example
White with #DD810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD810C; }
p { color: rgb(221,129,12); }
H1.HeaderClassName
{
color: #DD810C;
}
.AnyTagClassName
{
color: #DD810C;
}
</style>
background-color css
<style>
a { background-color: #DD810C; }
a { background-color: rgb(221,129,12); }
div.DivClassName
{
background-color: #DD810C;
}
.BgClassName
{
background-color: #DD810C;
}
</style>
border-color css
<style>
span { border-color: #DD810C; }
span { border-color: rgb(221,129,12); }
td.TdClassName
{
border-color: #DD810C;
}
.TagClassName
{
border-color: #DD810C;
}
</style>