Shades of Tango #D07239
Tints of Tango #D07239
RGB
CMYK
RGB Variations
Color information
#D07239 (or 0xD07239) is known color: Tango. HEX triplet: D0, 72 and 39. RGB value is (208,114,57). Sum of RGB (Red+Green+Blue) = 208+114+57=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D07239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07239 is #2F8DC6. Grayscale: #878787. Windows color (decimal): -3116487 or 3764944. OLE color: 3764944.
HSL color Cylindrical-coordinate representation of color #D07239: hue angle of 22.65º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D07239 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 57 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.18 |
| HSL | 22.65º | 0.62% | 0.52% | - |
| HSV(B) | 22.65º | 0.73% | 0.82% | - |
| XYZ | 32.77 | 25.74 | 7.11 | - |
| YUV | 135.61 | 83.64 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 57 | 0 | 0.45 | 0.73 | 0.18 | 22.65 | 0.62 | 0.52 |
| Hex | D0 | 72 | 39 | 0 | 2D | 49 | 12 | 17 | 3E | 34 |
| Octal | 320 | 162 | 71 | 0 | 55 | 111 | 22 | 27 | 76 | 64 |
| Binary | 11010000 | 1110010 | 111001 | 0 | 101101 | 1001001 | 10010 | 10111 | 111110 | 110100 |
Color Harmonies of #D07239
Complementary color
Monochromatic Colors of #D07239
Black with #D07239
Text Example
Text Example
White with #D07239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07239; }
p { color: rgb(208,114,57); }
H1.HeaderClassName
{
color: #D07239;
}
.AnyTagClassName
{
color: #D07239;
}
</style>
background-color css
<style>
a { background-color: #D07239; }
a { background-color: rgb(208,114,57); }
div.DivClassName
{
background-color: #D07239;
}
.BgClassName
{
background-color: #D07239;
}
</style>
border-color css
<style>
span { border-color: #D07239; }
span { border-color: rgb(208,114,57); }
td.TdClassName
{
border-color: #D07239;
}
.TagClassName
{
border-color: #D07239;
}
</style>