Shades of Tango #D3732A
Tints of Tango #D3732A
RGB
CMYK
RGB Variations
Color information
#D3732A (or 0xD3732A) is known color: Tango. HEX triplet: D3, 73 and 2A. RGB value is (211,115,42). Sum of RGB (Red+Green+Blue) = 211+115+42=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D3732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3732A is #2C8CD5. Grayscale: #878787. Windows color (decimal): -2919638 or 2782163. OLE color: 2782163.
HSL color Cylindrical-coordinate representation of color #D3732A: hue angle of 25.92º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3732A is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 42 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.17 |
| HSL | 25.92º | 0.67% | 0.5% | - |
| HSV(B) | 25.92º | 0.8% | 0.83% | - |
| XYZ | 33.41 | 26.28 | 5.5 | - |
| YUV | 135.38 | 75.3 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 42 | 0 | 0.45 | 0.80 | 0.17 | 25.92 | 0.67 | 0.5 |
| Hex | D3 | 73 | 2A | 0 | 2D | 50 | 11 | 1A | 43 | 32 |
| Octal | 323 | 163 | 52 | 0 | 55 | 120 | 21 | 32 | 103 | 62 |
| Binary | 11010011 | 1110011 | 101010 | 0 | 101101 | 1010000 | 10001 | 11010 | 1000011 | 110010 |
Color Harmonies of #D3732A
Complementary color
Monochromatic Colors of #D3732A
Black with #D3732A
Text Example
Text Example
White with #D3732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3732A; }
p { color: rgb(211,115,42); }
H1.HeaderClassName
{
color: #D3732A;
}
.AnyTagClassName
{
color: #D3732A;
}
</style>
background-color css
<style>
a { background-color: #D3732A; }
a { background-color: rgb(211,115,42); }
div.DivClassName
{
background-color: #D3732A;
}
.BgClassName
{
background-color: #D3732A;
}
</style>
border-color css
<style>
span { border-color: #D3732A; }
span { border-color: rgb(211,115,42); }
td.TdClassName
{
border-color: #D3732A;
}
.TagClassName
{
border-color: #D3732A;
}
</style>