Shades of Tango #D1753A
Tints of Tango #D1753A
RGB
CMYK
RGB Variations
Color information
#D1753A (or 0xD1753A) is known color: Tango. HEX triplet: D1, 75 and 3A. RGB value is (209,117,58). Sum of RGB (Red+Green+Blue) = 209+117+58=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1753A is #2E8AC5. Grayscale: #8A8A8A. Windows color (decimal): -3050182 or 3831249. OLE color: 3831249.
HSL color Cylindrical-coordinate representation of color #D1753A: hue angle of 23.44º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1753A is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 58 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.18 |
| HSL | 23.44º | 0.62% | 0.52% | - |
| HSV(B) | 23.44º | 0.72% | 0.82% | - |
| XYZ | 33.42 | 26.58 | 7.37 | - |
| YUV | 137.78 | 82.98 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 58 | 0 | 0.44 | 0.72 | 0.18 | 23.44 | 0.62 | 0.52 |
| Hex | D1 | 75 | 3A | 0 | 2C | 48 | 12 | 17 | 3E | 34 |
| Octal | 321 | 165 | 72 | 0 | 54 | 110 | 22 | 27 | 76 | 64 |
| Binary | 11010001 | 1110101 | 111010 | 0 | 101100 | 1001000 | 10010 | 10111 | 111110 | 110100 |
Color Harmonies of #D1753A
Complementary color
Monochromatic Colors of #D1753A
Black with #D1753A
Text Example
Text Example
White with #D1753A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1753A; }
p { color: rgb(209,117,58); }
H1.HeaderClassName
{
color: #D1753A;
}
.AnyTagClassName
{
color: #D1753A;
}
</style>
background-color css
<style>
a { background-color: #D1753A; }
a { background-color: rgb(209,117,58); }
div.DivClassName
{
background-color: #D1753A;
}
.BgClassName
{
background-color: #D1753A;
}
</style>
border-color css
<style>
span { border-color: #D1753A; }
span { border-color: rgb(209,117,58); }
td.TdClassName
{
border-color: #D1753A;
}
.TagClassName
{
border-color: #D1753A;
}
</style>