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