Shades of Tango #D1722F
Tints of Tango #D1722F
RGB
CMYK
RGB Variations
Color information
#D1722F (or 0xD1722F) is known color: Tango. HEX triplet: D1, 72 and 2F. RGB value is (209,114,47). Sum of RGB (Red+Green+Blue) = 209+114+47=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1722F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1722F is #2E8DD0. Grayscale: #878787. Windows color (decimal): -3050961 or 3109585. OLE color: 3109585.
HSL color Cylindrical-coordinate representation of color #D1722F: hue angle of 24.81º 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 #D1722F is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 47 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.18 |
| HSL | 24.81º | 0.64% | 0.5% | - |
| HSV(B) | 24.81º | 0.78% | 0.82% | - |
| XYZ | 32.82 | 25.8 | 5.94 | - |
| YUV | 134.77 | 78.47 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 47 | 0 | 0.45 | 0.78 | 0.18 | 24.81 | 0.64 | 0.5 |
| Hex | D1 | 72 | 2F | 0 | 2D | 4E | 12 | 19 | 40 | 32 |
| Octal | 321 | 162 | 57 | 0 | 55 | 116 | 22 | 31 | 100 | 62 |
| Binary | 11010001 | 1110010 | 101111 | 0 | 101101 | 1001110 | 10010 | 11001 | 1000000 | 110010 |
Color Harmonies of #D1722F
Complementary color
Monochromatic Colors of #D1722F
Black with #D1722F
Text Example
Text Example
White with #D1722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1722F; }
p { color: rgb(209,114,47); }
H1.HeaderClassName
{
color: #D1722F;
}
.AnyTagClassName
{
color: #D1722F;
}
</style>
background-color css
<style>
a { background-color: #D1722F; }
a { background-color: rgb(209,114,47); }
div.DivClassName
{
background-color: #D1722F;
}
.BgClassName
{
background-color: #D1722F;
}
</style>
border-color css
<style>
span { border-color: #D1722F; }
span { border-color: rgb(209,114,47); }
td.TdClassName
{
border-color: #D1722F;
}
.TagClassName
{
border-color: #D1722F;
}
</style>