Shades of Tango #D37737
Tints of Tango #D37737
RGB
CMYK
RGB Variations
Color information
#D37737 (or 0xD37737) is known color: Tango. HEX triplet: D3, 77 and 37. RGB value is (211,119,55). Sum of RGB (Red+Green+Blue) = 211+119+55=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D37737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37737 is #2C88C8. Grayscale: #8B8B8B. Windows color (decimal): -2918601 or 3635155. OLE color: 3635155.
HSL color Cylindrical-coordinate representation of color #D37737: hue angle of 24.62º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D37737 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 119 | 55 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.17 |
| HSL | 24.62º | 0.64% | 0.52% | - |
| HSV(B) | 24.62º | 0.74% | 0.83% | - |
| XYZ | 34.15 | 27.32 | 7.09 | - |
| YUV | 139.21 | 80.48 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 55 | 0 | 0.44 | 0.74 | 0.17 | 24.62 | 0.64 | 0.52 |
| Hex | D3 | 77 | 37 | 0 | 2C | 4A | 11 | 19 | 40 | 34 |
| Octal | 323 | 167 | 67 | 0 | 54 | 112 | 21 | 31 | 100 | 64 |
| Binary | 11010011 | 1110111 | 110111 | 0 | 101100 | 1001010 | 10001 | 11001 | 1000000 | 110100 |
Color Harmonies of #D37737
Complementary color
Monochromatic Colors of #D37737
Black with #D37737
Text Example
Text Example
White with #D37737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37737; }
p { color: rgb(211,119,55); }
H1.HeaderClassName
{
color: #D37737;
}
.AnyTagClassName
{
color: #D37737;
}
</style>
background-color css
<style>
a { background-color: #D37737; }
a { background-color: rgb(211,119,55); }
div.DivClassName
{
background-color: #D37737;
}
.BgClassName
{
background-color: #D37737;
}
</style>
border-color css
<style>
span { border-color: #D37737; }
span { border-color: rgb(211,119,55); }
td.TdClassName
{
border-color: #D37737;
}
.TagClassName
{
border-color: #D37737;
}
</style>