Shades of Tango #D67431
Tints of Tango #D67431
RGB
CMYK
RGB Variations
Color information
#D67431 (or 0xD67431) is known color: Tango. HEX triplet: D6, 74 and 31. RGB value is (214,116,49). Sum of RGB (Red+Green+Blue) = 214+116+49=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D67431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67431 is #298BCE. Grayscale: #8A8A8A. Windows color (decimal): -2722767 or 3241174. OLE color: 3241174.
HSL color Cylindrical-coordinate representation of color #D67431: hue angle of 24.36º 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 #D67431 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 49 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.16 |
| HSL | 24.36º | 0.67% | 0.52% | - |
| HSV(B) | 24.36º | 0.77% | 0.84% | - |
| XYZ | 34.53 | 27.01 | 6.3 | - |
| YUV | 137.66 | 77.97 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 49 | 0 | 0.46 | 0.77 | 0.16 | 24.36 | 0.67 | 0.52 |
| Hex | D6 | 74 | 31 | 0 | 2E | 4D | 10 | 18 | 43 | 34 |
| Octal | 326 | 164 | 61 | 0 | 56 | 115 | 20 | 30 | 103 | 64 |
| Binary | 11010110 | 1110100 | 110001 | 0 | 101110 | 1001101 | 10000 | 11000 | 1000011 | 110100 |
Color Harmonies of #D67431
Complementary color
Monochromatic Colors of #D67431
Black with #D67431
Text Example
Text Example
White with #D67431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67431; }
p { color: rgb(214,116,49); }
H1.HeaderClassName
{
color: #D67431;
}
.AnyTagClassName
{
color: #D67431;
}
</style>
background-color css
<style>
a { background-color: #D67431; }
a { background-color: rgb(214,116,49); }
div.DivClassName
{
background-color: #D67431;
}
.BgClassName
{
background-color: #D67431;
}
</style>
border-color css
<style>
span { border-color: #D67431; }
span { border-color: rgb(214,116,49); }
td.TdClassName
{
border-color: #D67431;
}
.TagClassName
{
border-color: #D67431;
}
</style>