Shades of Tango #DD7535
Tints of Tango #DD7535
RGB
CMYK
RGB Variations
Color information
#DD7535 (or 0xDD7535) is known color: Tango. HEX triplet: DD, 75 and 35. RGB value is (221,117,53). Sum of RGB (Red+Green+Blue) = 221+117+53=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7535 is #228ACA. Grayscale: #8D8D8D. Windows color (decimal): -2263755 or 3503581. OLE color: 3503581.
HSL color Cylindrical-coordinate representation of color #DD7535: hue angle of 22.86º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD7535 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 53 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.13 |
| HSL | 22.86º | 0.71% | 0.54% | - |
| HSV(B) | 22.86º | 0.76% | 0.87% | - |
| XYZ | 36.82 | 28.35 | 6.9 | - |
| YUV | 140.8 | 78.46 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 53 | 0 | 0.47 | 0.76 | 0.13 | 22.86 | 0.71 | 0.54 |
| Hex | DD | 75 | 35 | 0 | 2F | 4C | D | 17 | 47 | 36 |
| Octal | 335 | 165 | 65 | 0 | 57 | 114 | 15 | 27 | 107 | 66 |
| Binary | 11011101 | 1110101 | 110101 | 0 | 101111 | 1001100 | 1101 | 10111 | 1000111 | 110110 |
Color Harmonies of #DD7535
Complementary color
Monochromatic Colors of #DD7535
Black with #DD7535
Text Example
Text Example
White with #DD7535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7535; }
p { color: rgb(221,117,53); }
H1.HeaderClassName
{
color: #DD7535;
}
.AnyTagClassName
{
color: #DD7535;
}
</style>
background-color css
<style>
a { background-color: #DD7535; }
a { background-color: rgb(221,117,53); }
div.DivClassName
{
background-color: #DD7535;
}
.BgClassName
{
background-color: #DD7535;
}
</style>
border-color css
<style>
span { border-color: #DD7535; }
span { border-color: rgb(221,117,53); }
td.TdClassName
{
border-color: #DD7535;
}
.TagClassName
{
border-color: #DD7535;
}
</style>