Shades of Tango #D17732
Tints of Tango #D17732
RGB
CMYK
RGB Variations
Color information
#D17732 (or 0xD17732) is known color: Tango. HEX triplet: D1, 77 and 32. RGB value is (209,119,50). Sum of RGB (Red+Green+Blue) = 209+119+50=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D17732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17732 is #2E88CD. Grayscale: #8A8A8A. Windows color (decimal): -3049678 or 3307473. OLE color: 3307473.
HSL color Cylindrical-coordinate representation of color #D17732: hue angle of 26.04º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D17732 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 119 | 50 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.18 |
| HSL | 26.04º | 0.63% | 0.51% | - |
| HSV(B) | 26.04º | 0.76% | 0.82% | - |
| XYZ | 33.47 | 26.98 | 6.46 | - |
| YUV | 138.04 | 78.32 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 50 | 0 | 0.43 | 0.76 | 0.18 | 26.04 | 0.63 | 0.51 |
| Hex | D1 | 77 | 32 | 0 | 2B | 4C | 12 | 1A | 3F | 33 |
| Octal | 321 | 167 | 62 | 0 | 53 | 114 | 22 | 32 | 77 | 63 |
| Binary | 11010001 | 1110111 | 110010 | 0 | 101011 | 1001100 | 10010 | 11010 | 111111 | 110011 |
Color Harmonies of #D17732
Complementary color
Monochromatic Colors of #D17732
Black with #D17732
Text Example
Text Example
White with #D17732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17732; }
p { color: rgb(209,119,50); }
H1.HeaderClassName
{
color: #D17732;
}
.AnyTagClassName
{
color: #D17732;
}
</style>
background-color css
<style>
a { background-color: #D17732; }
a { background-color: rgb(209,119,50); }
div.DivClassName
{
background-color: #D17732;
}
.BgClassName
{
background-color: #D17732;
}
</style>
border-color css
<style>
span { border-color: #D17732; }
span { border-color: rgb(209,119,50); }
td.TdClassName
{
border-color: #D17732;
}
.TagClassName
{
border-color: #D17732;
}
</style>