Shades of Tango #D37132
Tints of Tango #D37132
RGB
CMYK
RGB Variations
Color information
#D37132 (or 0xD37132) is known color: Tango. HEX triplet: D3, 71 and 32. RGB value is (211,113,50). Sum of RGB (Red+Green+Blue) = 211+113+50=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D37132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37132 is #2C8ECD. Grayscale: #878787. Windows color (decimal): -2920142 or 3305939. OLE color: 3305939.
HSL color Cylindrical-coordinate representation of color #D37132: hue angle of 23.48º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D37132 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 50 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.17 |
| HSL | 23.48º | 0.65% | 0.51% | - |
| HSV(B) | 23.48º | 0.76% | 0.83% | - |
| XYZ | 33.34 | 25.89 | 6.26 | - |
| YUV | 135.12 | 79.97 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 50 | 0 | 0.46 | 0.76 | 0.17 | 23.48 | 0.65 | 0.51 |
| Hex | D3 | 71 | 32 | 0 | 2E | 4C | 11 | 17 | 41 | 33 |
| Octal | 323 | 161 | 62 | 0 | 56 | 114 | 21 | 27 | 101 | 63 |
| Binary | 11010011 | 1110001 | 110010 | 0 | 101110 | 1001100 | 10001 | 10111 | 1000001 | 110011 |
Color Harmonies of #D37132
Complementary color
Monochromatic Colors of #D37132
Black with #D37132
Text Example
Text Example
White with #D37132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37132; }
p { color: rgb(211,113,50); }
H1.HeaderClassName
{
color: #D37132;
}
.AnyTagClassName
{
color: #D37132;
}
</style>
background-color css
<style>
a { background-color: #D37132; }
a { background-color: rgb(211,113,50); }
div.DivClassName
{
background-color: #D37132;
}
.BgClassName
{
background-color: #D37132;
}
</style>
border-color css
<style>
span { border-color: #D37132; }
span { border-color: rgb(211,113,50); }
td.TdClassName
{
border-color: #D37132;
}
.TagClassName
{
border-color: #D37132;
}
</style>