Shades of Tango #D2732F
Tints of Tango #D2732F
RGB
CMYK
RGB Variations
Color information
#D2732F (or 0xD2732F) is known color: Tango. HEX triplet: D2, 73 and 2F. RGB value is (210,115,47). Sum of RGB (Red+Green+Blue) = 210+115+47=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2732F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2732F is #2D8CD0. Grayscale: #888888. Windows color (decimal): -2985169 or 3109842. OLE color: 3109842.
HSL color Cylindrical-coordinate representation of color #D2732F: hue angle of 25.03º 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 #D2732F is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 47 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.18 |
| HSL | 25.03º | 0.64% | 0.5% | - |
| HSV(B) | 25.03º | 0.78% | 0.82% | - |
| XYZ | 33.22 | 26.17 | 5.99 | - |
| YUV | 135.65 | 77.97 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 47 | 0 | 0.45 | 0.78 | 0.18 | 25.03 | 0.64 | 0.5 |
| Hex | D2 | 73 | 2F | 0 | 2D | 4E | 12 | 19 | 40 | 32 |
| Octal | 322 | 163 | 57 | 0 | 55 | 116 | 22 | 31 | 100 | 62 |
| Binary | 11010010 | 1110011 | 101111 | 0 | 101101 | 1001110 | 10010 | 11001 | 1000000 | 110010 |
Color Harmonies of #D2732F
Complementary color
Monochromatic Colors of #D2732F
Black with #D2732F
Text Example
Text Example
White with #D2732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2732F; }
p { color: rgb(210,115,47); }
H1.HeaderClassName
{
color: #D2732F;
}
.AnyTagClassName
{
color: #D2732F;
}
</style>
background-color css
<style>
a { background-color: #D2732F; }
a { background-color: rgb(210,115,47); }
div.DivClassName
{
background-color: #D2732F;
}
.BgClassName
{
background-color: #D2732F;
}
</style>
border-color css
<style>
span { border-color: #D2732F; }
span { border-color: rgb(210,115,47); }
td.TdClassName
{
border-color: #D2732F;
}
.TagClassName
{
border-color: #D2732F;
}
</style>