Shades of Tango #D67537
Tints of Tango #D67537
RGB
CMYK
RGB Variations
Color information
#D67537 (or 0xD67537) is known color: Tango. HEX triplet: D6, 75 and 37. RGB value is (214,117,55). Sum of RGB (Red+Green+Blue) = 214+117+55=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D67537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67537 is #298AC8. Grayscale: #8B8B8B. Windows color (decimal): -2722505 or 3634646. OLE color: 3634646.
HSL color Cylindrical-coordinate representation of color #D67537: hue angle of 23.4º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D67537 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 55 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.16 |
| HSL | 23.4º | 0.66% | 0.53% | - |
| HSV(B) | 23.4º | 0.74% | 0.84% | - |
| XYZ | 34.78 | 27.29 | 7.05 | - |
| YUV | 138.94 | 80.64 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 55 | 0 | 0.45 | 0.74 | 0.16 | 23.4 | 0.66 | 0.53 |
| Hex | D6 | 75 | 37 | 0 | 2D | 4A | 10 | 17 | 42 | 35 |
| Octal | 326 | 165 | 67 | 0 | 55 | 112 | 20 | 27 | 102 | 65 |
| Binary | 11010110 | 1110101 | 110111 | 0 | 101101 | 1001010 | 10000 | 10111 | 1000010 | 110101 |
Color Harmonies of #D67537
Complementary color
Monochromatic Colors of #D67537
Black with #D67537
Text Example
Text Example
White with #D67537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67537; }
p { color: rgb(214,117,55); }
H1.HeaderClassName
{
color: #D67537;
}
.AnyTagClassName
{
color: #D67537;
}
</style>
background-color css
<style>
a { background-color: #D67537; }
a { background-color: rgb(214,117,55); }
div.DivClassName
{
background-color: #D67537;
}
.BgClassName
{
background-color: #D67537;
}
</style>
border-color css
<style>
span { border-color: #D67537; }
span { border-color: rgb(214,117,55); }
td.TdClassName
{
border-color: #D67537;
}
.TagClassName
{
border-color: #D67537;
}
</style>