Shades of Tango #D1732A
Tints of Tango #D1732A
RGB
CMYK
RGB Variations
Color information
#D1732A (or 0xD1732A) is known color: Tango. HEX triplet: D1, 73 and 2A. RGB value is (209,115,42). Sum of RGB (Red+Green+Blue) = 209+115+42=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1732A is #2E8CD5. Grayscale: #878787. Windows color (decimal): -3050710 or 2782161. OLE color: 2782161.
HSL color Cylindrical-coordinate representation of color #D1732A: hue angle of 26.23º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1732A is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 42 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.18 |
| HSL | 26.23º | 0.67% | 0.49% | - |
| HSV(B) | 26.23º | 0.8% | 0.82% | - |
| XYZ | 32.84 | 25.98 | 5.47 | - |
| YUV | 134.78 | 75.64 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 42 | 0 | 0.45 | 0.80 | 0.18 | 26.23 | 0.67 | 0.49 |
| Hex | D1 | 73 | 2A | 0 | 2D | 50 | 12 | 1A | 43 | 31 |
| Octal | 321 | 163 | 52 | 0 | 55 | 120 | 22 | 32 | 103 | 61 |
| Binary | 11010001 | 1110011 | 101010 | 0 | 101101 | 1010000 | 10010 | 11010 | 1000011 | 110001 |
Color Harmonies of #D1732A
Complementary color
Monochromatic Colors of #D1732A
Black with #D1732A
Text Example
Text Example
White with #D1732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1732A; }
p { color: rgb(209,115,42); }
H1.HeaderClassName
{
color: #D1732A;
}
.AnyTagClassName
{
color: #D1732A;
}
</style>
background-color css
<style>
a { background-color: #D1732A; }
a { background-color: rgb(209,115,42); }
div.DivClassName
{
background-color: #D1732A;
}
.BgClassName
{
background-color: #D1732A;
}
</style>
border-color css
<style>
span { border-color: #D1732A; }
span { border-color: rgb(209,115,42); }
td.TdClassName
{
border-color: #D1732A;
}
.TagClassName
{
border-color: #D1732A;
}
</style>