Shades of Tango #D6732D
Tints of Tango #D6732D
RGB
CMYK
RGB Variations
Color information
#D6732D (or 0xD6732D) is known color: Tango. HEX triplet: D6, 73 and 2D. RGB value is (214,115,45). Sum of RGB (Red+Green+Blue) = 214+115+45=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6732D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6732D is #298CD2. Grayscale: #898989. Windows color (decimal): -2723027 or 2978774. OLE color: 2978774.
HSL color Cylindrical-coordinate representation of color #D6732D: hue angle of 24.85º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6732D is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 45 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.16 |
| HSL | 24.85º | 0.67% | 0.51% | - |
| HSV(B) | 24.85º | 0.79% | 0.84% | - |
| XYZ | 34.34 | 26.75 | 5.84 | - |
| YUV | 136.62 | 76.3 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 45 | 0 | 0.46 | 0.79 | 0.16 | 24.85 | 0.67 | 0.51 |
| Hex | D6 | 73 | 2D | 0 | 2E | 4F | 10 | 19 | 43 | 33 |
| Octal | 326 | 163 | 55 | 0 | 56 | 117 | 20 | 31 | 103 | 63 |
| Binary | 11010110 | 1110011 | 101101 | 0 | 101110 | 1001111 | 10000 | 11001 | 1000011 | 110011 |
Color Harmonies of #D6732D
Complementary color
Monochromatic Colors of #D6732D
Black with #D6732D
Text Example
Text Example
White with #D6732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6732D; }
p { color: rgb(214,115,45); }
H1.HeaderClassName
{
color: #D6732D;
}
.AnyTagClassName
{
color: #D6732D;
}
</style>
background-color css
<style>
a { background-color: #D6732D; }
a { background-color: rgb(214,115,45); }
div.DivClassName
{
background-color: #D6732D;
}
.BgClassName
{
background-color: #D6732D;
}
</style>
border-color css
<style>
span { border-color: #D6732D; }
span { border-color: rgb(214,115,45); }
td.TdClassName
{
border-color: #D6732D;
}
.TagClassName
{
border-color: #D6732D;
}
</style>