Shades of Tango #D67932
Tints of Tango #D67932
RGB
CMYK
RGB Variations
Color information
#D67932 (or 0xD67932) is known color: Tango. HEX triplet: D6, 79 and 32. RGB value is (214,121,50). Sum of RGB (Red+Green+Blue) = 214+121+50=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D67932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67932 is #2986CD. Grayscale: #8D8D8D. Windows color (decimal): -2721486 or 3307990. OLE color: 3307990.
HSL color Cylindrical-coordinate representation of color #D67932: hue angle of 25.98º 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 #D67932 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 50 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.16 |
| HSL | 25.98º | 0.67% | 0.52% | - |
| HSV(B) | 25.98º | 0.77% | 0.84% | - |
| XYZ | 35.14 | 28.2 | 6.61 | - |
| YUV | 140.71 | 76.81 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 50 | 0 | 0.43 | 0.77 | 0.16 | 25.98 | 0.67 | 0.52 |
| Hex | D6 | 79 | 32 | 0 | 2B | 4D | 10 | 1A | 43 | 34 |
| Octal | 326 | 171 | 62 | 0 | 53 | 115 | 20 | 32 | 103 | 64 |
| Binary | 11010110 | 1111001 | 110010 | 0 | 101011 | 1001101 | 10000 | 11010 | 1000011 | 110100 |
Color Harmonies of #D67932
Complementary color
Monochromatic Colors of #D67932
Black with #D67932
Text Example
Text Example
White with #D67932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67932; }
p { color: rgb(214,121,50); }
H1.HeaderClassName
{
color: #D67932;
}
.AnyTagClassName
{
color: #D67932;
}
</style>
background-color css
<style>
a { background-color: #D67932; }
a { background-color: rgb(214,121,50); }
div.DivClassName
{
background-color: #D67932;
}
.BgClassName
{
background-color: #D67932;
}
</style>
border-color css
<style>
span { border-color: #D67932; }
span { border-color: rgb(214,121,50); }
td.TdClassName
{
border-color: #D67932;
}
.TagClassName
{
border-color: #D67932;
}
</style>