Shades of Tango #D0732E
Tints of Tango #D0732E
RGB
CMYK
RGB Variations
Color information
#D0732E (or 0xD0732E) is known color: Tango. HEX triplet: D0, 73 and 2E. RGB value is (208,115,46). Sum of RGB (Red+Green+Blue) = 208+115+46=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0732E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0732E is #2F8CD1. Grayscale: #878787. Windows color (decimal): -3116242 or 3044304. OLE color: 3044304.
HSL color Cylindrical-coordinate representation of color #D0732E: hue angle of 25.56º 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 #D0732E is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 46 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.18 |
| HSL | 25.56º | 0.64% | 0.5% | - |
| HSV(B) | 25.56º | 0.78% | 0.82% | - |
| XYZ | 32.64 | 25.87 | 5.86 | - |
| YUV | 134.94 | 77.81 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 46 | 0 | 0.45 | 0.78 | 0.18 | 25.56 | 0.64 | 0.5 |
| Hex | D0 | 73 | 2E | 0 | 2D | 4E | 12 | 1A | 40 | 32 |
| Octal | 320 | 163 | 56 | 0 | 55 | 116 | 22 | 32 | 100 | 62 |
| Binary | 11010000 | 1110011 | 101110 | 0 | 101101 | 1001110 | 10010 | 11010 | 1000000 | 110010 |
Color Harmonies of #D0732E
Complementary color
Monochromatic Colors of #D0732E
Black with #D0732E
Text Example
Text Example
White with #D0732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0732E; }
p { color: rgb(208,115,46); }
H1.HeaderClassName
{
color: #D0732E;
}
.AnyTagClassName
{
color: #D0732E;
}
</style>
background-color css
<style>
a { background-color: #D0732E; }
a { background-color: rgb(208,115,46); }
div.DivClassName
{
background-color: #D0732E;
}
.BgClassName
{
background-color: #D0732E;
}
</style>
border-color css
<style>
span { border-color: #D0732E; }
span { border-color: rgb(208,115,46); }
td.TdClassName
{
border-color: #D0732E;
}
.TagClassName
{
border-color: #D0732E;
}
</style>