Shades of Mango Tango #DD700B
Tints of Mango Tango #DD700B
RGB
CMYK
RGB Variations
Color information
#DD700B (or 0xDD700B) is known color: Mango Tango. HEX triplet: DD, 70 and 0B. RGB value is (221,112,11). Sum of RGB (Red+Green+Blue) = 221+112+11=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD700B is #228FF4. Grayscale: #858585. Windows color (decimal): -2265077 or 749789. OLE color: 749789.
HSL color Cylindrical-coordinate representation of color #DD700B: hue angle of 28.86º 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 #DD700B is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 11 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.13 |
| HSL | 28.86º | 0.91% | 0.45% | - |
| HSV(B) | 28.86º | 0.95% | 0.87% | - |
| XYZ | 35.67 | 26.98 | 3.64 | - |
| YUV | 133.08 | 59.11 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 11 | 0 | 0.49 | 0.95 | 0.13 | 28.86 | 0.91 | 0.45 |
| Hex | DD | 70 | B | 0 | 31 | 5F | D | 1D | 5B | 2D |
| Octal | 335 | 160 | 13 | 0 | 61 | 137 | 15 | 35 | 133 | 55 |
| Binary | 11011101 | 1110000 | 1011 | 0 | 110001 | 1011111 | 1101 | 11101 | 1011011 | 101101 |
Color Harmonies of #DD700B
Complementary color
Monochromatic Colors of #DD700B
Black with #DD700B
Text Example
Text Example
White with #DD700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD700B; }
p { color: rgb(221,112,11); }
H1.HeaderClassName
{
color: #DD700B;
}
.AnyTagClassName
{
color: #DD700B;
}
</style>
background-color css
<style>
a { background-color: #DD700B; }
a { background-color: rgb(221,112,11); }
div.DivClassName
{
background-color: #DD700B;
}
.BgClassName
{
background-color: #DD700B;
}
</style>
border-color css
<style>
span { border-color: #DD700B; }
span { border-color: rgb(221,112,11); }
td.TdClassName
{
border-color: #DD700B;
}
.TagClassName
{
border-color: #DD700B;
}
</style>