Shades of Tango #D37033
Tints of Tango #D37033
RGB
CMYK
RGB Variations
Color information
#D37033 (or 0xD37033) is known color: Tango. HEX triplet: D3, 70 and 33. RGB value is (211,112,51). Sum of RGB (Red+Green+Blue) = 211+112+51=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D37033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37033 is #2C8FCC. Grayscale: #868686. Windows color (decimal): -2920397 or 3371219. OLE color: 3371219.
HSL color Cylindrical-coordinate representation of color #D37033: hue angle of 22.88º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D37033 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 112 | 51 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.17 |
| HSL | 22.88º | 0.65% | 0.51% | - |
| HSV(B) | 22.88º | 0.76% | 0.83% | - |
| XYZ | 33.26 | 25.68 | 6.34 | - |
| YUV | 134.65 | 80.8 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 51 | 0 | 0.47 | 0.76 | 0.17 | 22.88 | 0.65 | 0.51 |
| Hex | D3 | 70 | 33 | 0 | 2F | 4C | 11 | 17 | 41 | 33 |
| Octal | 323 | 160 | 63 | 0 | 57 | 114 | 21 | 27 | 101 | 63 |
| Binary | 11010011 | 1110000 | 110011 | 0 | 101111 | 1001100 | 10001 | 10111 | 1000001 | 110011 |
Color Harmonies of #D37033
Complementary color
Monochromatic Colors of #D37033
Black with #D37033
Text Example
Text Example
White with #D37033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37033; }
p { color: rgb(211,112,51); }
H1.HeaderClassName
{
color: #D37033;
}
.AnyTagClassName
{
color: #D37033;
}
</style>
background-color css
<style>
a { background-color: #D37033; }
a { background-color: rgb(211,112,51); }
div.DivClassName
{
background-color: #D37033;
}
.BgClassName
{
background-color: #D37033;
}
</style>
border-color css
<style>
span { border-color: #D37033; }
span { border-color: rgb(211,112,51); }
td.TdClassName
{
border-color: #D37033;
}
.TagClassName
{
border-color: #D37033;
}
</style>