Shades of Tango #D36E30
Tints of Tango #D36E30
RGB
CMYK
RGB Variations
Color information
#D36E30 (or 0xD36E30) is known color: Tango. HEX triplet: D3, 6E and 30. RGB value is (211,110,48). Sum of RGB (Red+Green+Blue) = 211+110+48=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D36E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36E30 is #2C91CF. Grayscale: #858585. Windows color (decimal): -2920912 or 3174099. OLE color: 3174099.
HSL color Cylindrical-coordinate representation of color #D36E30: hue angle of 22.82º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D36E30 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 110 | 48 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.17 |
| HSL | 22.82º | 0.65% | 0.51% | - |
| HSV(B) | 22.82º | 0.77% | 0.83% | - |
| XYZ | 32.97 | 25.21 | 5.93 | - |
| YUV | 133.13 | 79.96 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 48 | 0 | 0.48 | 0.77 | 0.17 | 22.82 | 0.65 | 0.51 |
| Hex | D3 | 6E | 30 | 0 | 30 | 4D | 11 | 17 | 41 | 33 |
| Octal | 323 | 156 | 60 | 0 | 60 | 115 | 21 | 27 | 101 | 63 |
| Binary | 11010011 | 1101110 | 110000 | 0 | 110000 | 1001101 | 10001 | 10111 | 1000001 | 110011 |
Color Harmonies of #D36E30
Complementary color
Monochromatic Colors of #D36E30
Black with #D36E30
Text Example
Text Example
White with #D36E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36E30; }
p { color: rgb(211,110,48); }
H1.HeaderClassName
{
color: #D36E30;
}
.AnyTagClassName
{
color: #D36E30;
}
</style>
background-color css
<style>
a { background-color: #D36E30; }
a { background-color: rgb(211,110,48); }
div.DivClassName
{
background-color: #D36E30;
}
.BgClassName
{
background-color: #D36E30;
}
</style>
border-color css
<style>
span { border-color: #D36E30; }
span { border-color: rgb(211,110,48); }
td.TdClassName
{
border-color: #D36E30;
}
.TagClassName
{
border-color: #D36E30;
}
</style>