Shades of Tango #D1732B
Tints of Tango #D1732B
RGB
CMYK
RGB Variations
Color information
#D1732B (or 0xD1732B) is known color: Tango. HEX triplet: D1, 73 and 2B. RGB value is (209,115,43). Sum of RGB (Red+Green+Blue) = 209+115+43=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1732B is #2E8CD4. Grayscale: #878787. Windows color (decimal): -3050709 or 2847697. OLE color: 2847697.
HSL color Cylindrical-coordinate representation of color #D1732B: hue angle of 26.02º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1732B is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 43 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.18 |
| HSL | 26.02º | 0.66% | 0.49% | - |
| HSV(B) | 26.02º | 0.79% | 0.82% | - |
| XYZ | 32.86 | 25.99 | 5.57 | - |
| YUV | 134.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 43 | 0 | 0.45 | 0.79 | 0.18 | 26.02 | 0.66 | 0.49 |
| Hex | D1 | 73 | 2B | 0 | 2D | 4F | 12 | 1A | 42 | 31 |
| Octal | 321 | 163 | 53 | 0 | 55 | 117 | 22 | 32 | 102 | 61 |
| Binary | 11010001 | 1110011 | 101011 | 0 | 101101 | 1001111 | 10010 | 11010 | 1000010 | 110001 |
Color Harmonies of #D1732B
Complementary color
Monochromatic Colors of #D1732B
Black with #D1732B
Text Example
Text Example
White with #D1732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1732B; }
p { color: rgb(209,115,43); }
H1.HeaderClassName
{
color: #D1732B;
}
.AnyTagClassName
{
color: #D1732B;
}
</style>
background-color css
<style>
a { background-color: #D1732B; }
a { background-color: rgb(209,115,43); }
div.DivClassName
{
background-color: #D1732B;
}
.BgClassName
{
background-color: #D1732B;
}
</style>
border-color css
<style>
span { border-color: #D1732B; }
span { border-color: rgb(209,115,43); }
td.TdClassName
{
border-color: #D1732B;
}
.TagClassName
{
border-color: #D1732B;
}
</style>