Shades of Tango #D17231
Tints of Tango #D17231
RGB
CMYK
RGB Variations
Color information
#D17231 (or 0xD17231) is known color: Tango. HEX triplet: D1, 72 and 31. RGB value is (209,114,49). Sum of RGB (Red+Green+Blue) = 209+114+49=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D17231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17231 is #2E8DCE. Grayscale: #878787. Windows color (decimal): -3050959 or 3240657. OLE color: 3240657.
HSL color Cylindrical-coordinate representation of color #D17231: hue angle of 24.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D17231 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 49 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.18 |
| HSL | 24.38º | 0.63% | 0.51% | - |
| HSV(B) | 24.38º | 0.77% | 0.82% | - |
| XYZ | 32.87 | 25.81 | 6.16 | - |
| YUV | 135 | 79.47 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 49 | 0 | 0.45 | 0.77 | 0.18 | 24.38 | 0.63 | 0.51 |
| Hex | D1 | 72 | 31 | 0 | 2D | 4D | 12 | 18 | 3F | 33 |
| Octal | 321 | 162 | 61 | 0 | 55 | 115 | 22 | 30 | 77 | 63 |
| Binary | 11010001 | 1110010 | 110001 | 0 | 101101 | 1001101 | 10010 | 11000 | 111111 | 110011 |
Color Harmonies of #D17231
Complementary color
Monochromatic Colors of #D17231
Black with #D17231
Text Example
Text Example
White with #D17231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17231; }
p { color: rgb(209,114,49); }
H1.HeaderClassName
{
color: #D17231;
}
.AnyTagClassName
{
color: #D17231;
}
</style>
background-color css
<style>
a { background-color: #D17231; }
a { background-color: rgb(209,114,49); }
div.DivClassName
{
background-color: #D17231;
}
.BgClassName
{
background-color: #D17231;
}
</style>
border-color css
<style>
span { border-color: #D17231; }
span { border-color: rgb(209,114,49); }
td.TdClassName
{
border-color: #D17231;
}
.TagClassName
{
border-color: #D17231;
}
</style>