Shades of Tango #D67032
Tints of Tango #D67032
RGB
CMYK
RGB Variations
Color information
#D67032 (or 0xD67032) is known color: Tango. HEX triplet: D6, 70 and 32. RGB value is (214,112,50). Sum of RGB (Red+Green+Blue) = 214+112+50=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D67032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67032 is #298FCD. Grayscale: #878787. Windows color (decimal): -2723790 or 3305686. OLE color: 3305686.
HSL color Cylindrical-coordinate representation of color #D67032: hue angle of 22.68º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D67032 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 50 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.16 |
| HSL | 22.68º | 0.67% | 0.52% | - |
| HSV(B) | 22.68º | 0.77% | 0.84% | - |
| XYZ | 34.1 | 26.11 | 6.26 | - |
| YUV | 135.43 | 79.79 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 50 | 0 | 0.48 | 0.77 | 0.16 | 22.68 | 0.67 | 0.52 |
| Hex | D6 | 70 | 32 | 0 | 30 | 4D | 10 | 17 | 43 | 34 |
| Octal | 326 | 160 | 62 | 0 | 60 | 115 | 20 | 27 | 103 | 64 |
| Binary | 11010110 | 1110000 | 110010 | 0 | 110000 | 1001101 | 10000 | 10111 | 1000011 | 110100 |
Color Harmonies of #D67032
Complementary color
Monochromatic Colors of #D67032
Black with #D67032
Text Example
Text Example
White with #D67032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67032; }
p { color: rgb(214,112,50); }
H1.HeaderClassName
{
color: #D67032;
}
.AnyTagClassName
{
color: #D67032;
}
</style>
background-color css
<style>
a { background-color: #D67032; }
a { background-color: rgb(214,112,50); }
div.DivClassName
{
background-color: #D67032;
}
.BgClassName
{
background-color: #D67032;
}
</style>
border-color css
<style>
span { border-color: #D67032; }
span { border-color: rgb(214,112,50); }
td.TdClassName
{
border-color: #D67032;
}
.TagClassName
{
border-color: #D67032;
}
</style>