Shades of Tango #D1752D
Tints of Tango #D1752D
RGB
CMYK
RGB Variations
Color information
#D1752D (or 0xD1752D) is known color: Tango. HEX triplet: D1, 75 and 2D. RGB value is (209,117,45). Sum of RGB (Red+Green+Blue) = 209+117+45=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1752D is #2E8AD2. Grayscale: #888888. Windows color (decimal): -3050195 or 2979281. OLE color: 2979281.
HSL color Cylindrical-coordinate representation of color #D1752D: hue angle of 26.34º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1752D is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 45 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.18 |
| HSL | 26.34º | 0.65% | 0.5% | - |
| HSV(B) | 26.34º | 0.78% | 0.82% | - |
| XYZ | 33.13 | 26.47 | 5.85 | - |
| YUV | 136.3 | 76.48 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 45 | 0 | 0.44 | 0.78 | 0.18 | 26.34 | 0.65 | 0.5 |
| Hex | D1 | 75 | 2D | 0 | 2C | 4E | 12 | 1A | 41 | 32 |
| Octal | 321 | 165 | 55 | 0 | 54 | 116 | 22 | 32 | 101 | 62 |
| Binary | 11010001 | 1110101 | 101101 | 0 | 101100 | 1001110 | 10010 | 11010 | 1000001 | 110010 |
Color Harmonies of #D1752D
Complementary color
Monochromatic Colors of #D1752D
Black with #D1752D
Text Example
Text Example
White with #D1752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1752D; }
p { color: rgb(209,117,45); }
H1.HeaderClassName
{
color: #D1752D;
}
.AnyTagClassName
{
color: #D1752D;
}
</style>
background-color css
<style>
a { background-color: #D1752D; }
a { background-color: rgb(209,117,45); }
div.DivClassName
{
background-color: #D1752D;
}
.BgClassName
{
background-color: #D1752D;
}
</style>
border-color css
<style>
span { border-color: #D1752D; }
span { border-color: rgb(209,117,45); }
td.TdClassName
{
border-color: #D1752D;
}
.TagClassName
{
border-color: #D1752D;
}
</style>