Shades of Tango #D07536
Tints of Tango #D07536
RGB
CMYK
RGB Variations
Color information
#D07536 (or 0xD07536) is known color: Tango. HEX triplet: D0, 75 and 36. RGB value is (208,117,54). Sum of RGB (Red+Green+Blue) = 208+117+54=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D07536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07536 is #2F8AC9. Grayscale: #898989. Windows color (decimal): -3115722 or 3569104. OLE color: 3569104.
HSL color Cylindrical-coordinate representation of color #D07536: hue angle of 24.55º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D07536 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 54 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.18 |
| HSL | 24.55º | 0.62% | 0.51% | - |
| HSV(B) | 24.55º | 0.74% | 0.82% | - |
| XYZ | 33.04 | 26.4 | 6.84 | - |
| YUV | 137.03 | 81.15 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 54 | 0 | 0.44 | 0.74 | 0.18 | 24.55 | 0.62 | 0.51 |
| Hex | D0 | 75 | 36 | 0 | 2C | 4A | 12 | 19 | 3E | 33 |
| Octal | 320 | 165 | 66 | 0 | 54 | 112 | 22 | 31 | 76 | 63 |
| Binary | 11010000 | 1110101 | 110110 | 0 | 101100 | 1001010 | 10010 | 11001 | 111110 | 110011 |
Color Harmonies of #D07536
Complementary color
Monochromatic Colors of #D07536
Black with #D07536
Text Example
Text Example
White with #D07536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07536; }
p { color: rgb(208,117,54); }
H1.HeaderClassName
{
color: #D07536;
}
.AnyTagClassName
{
color: #D07536;
}
</style>
background-color css
<style>
a { background-color: #D07536; }
a { background-color: rgb(208,117,54); }
div.DivClassName
{
background-color: #D07536;
}
.BgClassName
{
background-color: #D07536;
}
</style>
border-color css
<style>
span { border-color: #D07536; }
span { border-color: rgb(208,117,54); }
td.TdClassName
{
border-color: #D07536;
}
.TagClassName
{
border-color: #D07536;
}
</style>