Shades of Tango #D1752F
Tints of Tango #D1752F
RGB
CMYK
RGB Variations
Color information
#D1752F (or 0xD1752F) is known color: Tango. HEX triplet: D1, 75 and 2F. RGB value is (209,117,47). Sum of RGB (Red+Green+Blue) = 209+117+47=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1752F is #2E8AD0. Grayscale: #888888. Windows color (decimal): -3050193 or 3110353. OLE color: 3110353.
HSL color Cylindrical-coordinate representation of color #D1752F: hue angle of 25.93º degrees, saturation: 0.64, 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 #D1752F is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 47 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.18 |
| HSL | 25.93º | 0.64% | 0.5% | - |
| HSV(B) | 25.93º | 0.78% | 0.82% | - |
| XYZ | 33.17 | 26.48 | 6.05 | - |
| YUV | 136.53 | 77.48 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 47 | 0 | 0.44 | 0.78 | 0.18 | 25.93 | 0.64 | 0.5 |
| Hex | D1 | 75 | 2F | 0 | 2C | 4E | 12 | 1A | 40 | 32 |
| Octal | 321 | 165 | 57 | 0 | 54 | 116 | 22 | 32 | 100 | 62 |
| Binary | 11010001 | 1110101 | 101111 | 0 | 101100 | 1001110 | 10010 | 11010 | 1000000 | 110010 |
Color Harmonies of #D1752F
Complementary color
Monochromatic Colors of #D1752F
Black with #D1752F
Text Example
Text Example
White with #D1752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1752F; }
p { color: rgb(209,117,47); }
H1.HeaderClassName
{
color: #D1752F;
}
.AnyTagClassName
{
color: #D1752F;
}
</style>
background-color css
<style>
a { background-color: #D1752F; }
a { background-color: rgb(209,117,47); }
div.DivClassName
{
background-color: #D1752F;
}
.BgClassName
{
background-color: #D1752F;
}
</style>
border-color css
<style>
span { border-color: #D1752F; }
span { border-color: rgb(209,117,47); }
td.TdClassName
{
border-color: #D1752F;
}
.TagClassName
{
border-color: #D1752F;
}
</style>