Shades of Tango #D1722B
Tints of Tango #D1722B
RGB
CMYK
RGB Variations
Color information
#D1722B (or 0xD1722B) is known color: Tango. HEX triplet: D1, 72 and 2B. RGB value is (209,114,43). Sum of RGB (Red+Green+Blue) = 209+114+43=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1722B is #2E8DD4. Grayscale: #868686. Windows color (decimal): -3050965 or 2847441. OLE color: 2847441.
HSL color Cylindrical-coordinate representation of color #D1722B: hue angle of 25.66º 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 #D1722B is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 43 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.18 |
| HSL | 25.66º | 0.66% | 0.49% | - |
| HSV(B) | 25.66º | 0.79% | 0.82% | - |
| XYZ | 32.75 | 25.76 | 5.53 | - |
| YUV | 134.31 | 76.47 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 43 | 0 | 0.45 | 0.79 | 0.18 | 25.66 | 0.66 | 0.49 |
| Hex | D1 | 72 | 2B | 0 | 2D | 4F | 12 | 1A | 42 | 31 |
| Octal | 321 | 162 | 53 | 0 | 55 | 117 | 22 | 32 | 102 | 61 |
| Binary | 11010001 | 1110010 | 101011 | 0 | 101101 | 1001111 | 10010 | 11010 | 1000010 | 110001 |
Color Harmonies of #D1722B
Complementary color
Monochromatic Colors of #D1722B
Black with #D1722B
Text Example
Text Example
White with #D1722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1722B; }
p { color: rgb(209,114,43); }
H1.HeaderClassName
{
color: #D1722B;
}
.AnyTagClassName
{
color: #D1722B;
}
</style>
background-color css
<style>
a { background-color: #D1722B; }
a { background-color: rgb(209,114,43); }
div.DivClassName
{
background-color: #D1722B;
}
.BgClassName
{
background-color: #D1722B;
}
</style>
border-color css
<style>
span { border-color: #D1722B; }
span { border-color: rgb(209,114,43); }
td.TdClassName
{
border-color: #D1722B;
}
.TagClassName
{
border-color: #D1722B;
}
</style>