Shades of Tango #D67237
Tints of Tango #D67237
RGB
CMYK
RGB Variations
Color information
#D67237 (or 0xD67237) is known color: Tango. HEX triplet: D6, 72 and 37. RGB value is (214,114,55). Sum of RGB (Red+Green+Blue) = 214+114+55=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D67237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67237 is #298DC8. Grayscale: #898989. Windows color (decimal): -2723273 or 3633878. OLE color: 3633878.
HSL color Cylindrical-coordinate representation of color #D67237: hue angle of 22.26º 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 #D67237 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 55 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.16 |
| HSL | 22.26º | 0.66% | 0.53% | - |
| HSV(B) | 22.26º | 0.74% | 0.84% | - |
| XYZ | 34.44 | 26.61 | 6.93 | - |
| YUV | 137.17 | 81.63 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 55 | 0 | 0.47 | 0.74 | 0.16 | 22.26 | 0.66 | 0.53 |
| Hex | D6 | 72 | 37 | 0 | 2F | 4A | 10 | 16 | 42 | 35 |
| Octal | 326 | 162 | 67 | 0 | 57 | 112 | 20 | 26 | 102 | 65 |
| Binary | 11010110 | 1110010 | 110111 | 0 | 101111 | 1001010 | 10000 | 10110 | 1000010 | 110101 |
Color Harmonies of #D67237
Complementary color
Monochromatic Colors of #D67237
Black with #D67237
Text Example
Text Example
White with #D67237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67237; }
p { color: rgb(214,114,55); }
H1.HeaderClassName
{
color: #D67237;
}
.AnyTagClassName
{
color: #D67237;
}
</style>
background-color css
<style>
a { background-color: #D67237; }
a { background-color: rgb(214,114,55); }
div.DivClassName
{
background-color: #D67237;
}
.BgClassName
{
background-color: #D67237;
}
</style>
border-color css
<style>
span { border-color: #D67237; }
span { border-color: rgb(214,114,55); }
td.TdClassName
{
border-color: #D67237;
}
.TagClassName
{
border-color: #D67237;
}
</style>