Shades of Tango #D07337
Tints of Tango #D07337
RGB
CMYK
RGB Variations
Color information
#D07337 (or 0xD07337) is known color: Tango. HEX triplet: D0, 73 and 37. RGB value is (208,115,55). Sum of RGB (Red+Green+Blue) = 208+115+55=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D07337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07337 is #2F8CC8. Grayscale: #888888. Windows color (decimal): -3116233 or 3634128. OLE color: 3634128.
HSL color Cylindrical-coordinate representation of color #D07337: hue angle of 23.53º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D07337 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 55 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.18 |
| HSL | 23.53º | 0.62% | 0.52% | - |
| HSV(B) | 23.53º | 0.74% | 0.82% | - |
| XYZ | 32.83 | 25.95 | 6.89 | - |
| YUV | 135.97 | 82.31 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 55 | 0 | 0.45 | 0.74 | 0.18 | 23.53 | 0.62 | 0.52 |
| Hex | D0 | 73 | 37 | 0 | 2D | 4A | 12 | 18 | 3E | 34 |
| Octal | 320 | 163 | 67 | 0 | 55 | 112 | 22 | 30 | 76 | 64 |
| Binary | 11010000 | 1110011 | 110111 | 0 | 101101 | 1001010 | 10010 | 11000 | 111110 | 110100 |
Color Harmonies of #D07337
Complementary color
Monochromatic Colors of #D07337
Black with #D07337
Text Example
Text Example
White with #D07337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07337; }
p { color: rgb(208,115,55); }
H1.HeaderClassName
{
color: #D07337;
}
.AnyTagClassName
{
color: #D07337;
}
</style>
background-color css
<style>
a { background-color: #D07337; }
a { background-color: rgb(208,115,55); }
div.DivClassName
{
background-color: #D07337;
}
.BgClassName
{
background-color: #D07337;
}
</style>
border-color css
<style>
span { border-color: #D07337; }
span { border-color: rgb(208,115,55); }
td.TdClassName
{
border-color: #D07337;
}
.TagClassName
{
border-color: #D07337;
}
</style>