Shades of Tango #D07636
Tints of Tango #D07636
RGB
CMYK
RGB Variations
Color information
#D07636 (or 0xD07636) is known color: Tango. HEX triplet: D0, 76 and 36. RGB value is (208,118,54). Sum of RGB (Red+Green+Blue) = 208+118+54=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D07636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07636 is #2F89C9. Grayscale: #898989. Windows color (decimal): -3115466 or 3569360. OLE color: 3569360.
HSL color Cylindrical-coordinate representation of color #D07636: hue angle of 24.94º 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 #D07636 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 54 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.18 |
| HSL | 24.94º | 0.62% | 0.51% | - |
| HSV(B) | 24.94º | 0.74% | 0.82% | - |
| XYZ | 33.16 | 26.63 | 6.88 | - |
| YUV | 137.61 | 80.82 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 54 | 0 | 0.43 | 0.74 | 0.18 | 24.94 | 0.62 | 0.51 |
| Hex | D0 | 76 | 36 | 0 | 2B | 4A | 12 | 19 | 3E | 33 |
| Octal | 320 | 166 | 66 | 0 | 53 | 112 | 22 | 31 | 76 | 63 |
| Binary | 11010000 | 1110110 | 110110 | 0 | 101011 | 1001010 | 10010 | 11001 | 111110 | 110011 |
Color Harmonies of #D07636
Complementary color
Monochromatic Colors of #D07636
Black with #D07636
Text Example
Text Example
White with #D07636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07636; }
p { color: rgb(208,118,54); }
H1.HeaderClassName
{
color: #D07636;
}
.AnyTagClassName
{
color: #D07636;
}
</style>
background-color css
<style>
a { background-color: #D07636; }
a { background-color: rgb(208,118,54); }
div.DivClassName
{
background-color: #D07636;
}
.BgClassName
{
background-color: #D07636;
}
</style>
border-color css
<style>
span { border-color: #D07636; }
span { border-color: rgb(208,118,54); }
td.TdClassName
{
border-color: #D07636;
}
.TagClassName
{
border-color: #D07636;
}
</style>