Shades of Tango #D36C38
Tints of Tango #D36C38
RGB
CMYK
RGB Variations
Color information
#D36C38 (or 0xD36C38) is known color: Tango. HEX triplet: D3, 6C and 38. RGB value is (211,108,56). Sum of RGB (Red+Green+Blue) = 211+108+56=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36C38 is #2C93C7. Grayscale: #858585. Windows color (decimal): -2921416 or 3697875. OLE color: 3697875.
HSL color Cylindrical-coordinate representation of color #D36C38: hue angle of 20.13º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D36C38 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 56 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.17 |
| HSL | 20.13º | 0.64% | 0.52% | - |
| HSV(B) | 20.13º | 0.73% | 0.83% | - |
| XYZ | 32.94 | 24.86 | 6.8 | - |
| YUV | 132.87 | 84.62 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 56 | 0 | 0.49 | 0.73 | 0.17 | 20.13 | 0.64 | 0.52 |
| Hex | D3 | 6C | 38 | 0 | 31 | 49 | 11 | 14 | 40 | 34 |
| Octal | 323 | 154 | 70 | 0 | 61 | 111 | 21 | 24 | 100 | 64 |
| Binary | 11010011 | 1101100 | 111000 | 0 | 110001 | 1001001 | 10001 | 10100 | 1000000 | 110100 |
Color Harmonies of #D36C38
Complementary color
Monochromatic Colors of #D36C38
Black with #D36C38
Text Example
Text Example
White with #D36C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36C38; }
p { color: rgb(211,108,56); }
H1.HeaderClassName
{
color: #D36C38;
}
.AnyTagClassName
{
color: #D36C38;
}
</style>
background-color css
<style>
a { background-color: #D36C38; }
a { background-color: rgb(211,108,56); }
div.DivClassName
{
background-color: #D36C38;
}
.BgClassName
{
background-color: #D36C38;
}
</style>
border-color css
<style>
span { border-color: #D36C38; }
span { border-color: rgb(211,108,56); }
td.TdClassName
{
border-color: #D36C38;
}
.TagClassName
{
border-color: #D36C38;
}
</style>