Shades of Tango #D67433
Tints of Tango #D67433
RGB
CMYK
RGB Variations
Color information
#D67433 (or 0xD67433) is known color: Tango. HEX triplet: D6, 74 and 33. RGB value is (214,116,51). Sum of RGB (Red+Green+Blue) = 214+116+51=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D67433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67433 is #298BCC. Grayscale: #8A8A8A. Windows color (decimal): -2722765 or 3372246. OLE color: 3372246.
HSL color Cylindrical-coordinate representation of color #D67433: hue angle of 23.93º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D67433 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 51 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.16 |
| HSL | 23.93º | 0.67% | 0.52% | - |
| HSV(B) | 23.93º | 0.76% | 0.84% | - |
| XYZ | 34.57 | 27.03 | 6.53 | - |
| YUV | 137.89 | 78.97 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 51 | 0 | 0.46 | 0.76 | 0.16 | 23.93 | 0.67 | 0.52 |
| Hex | D6 | 74 | 33 | 0 | 2E | 4C | 10 | 18 | 43 | 34 |
| Octal | 326 | 164 | 63 | 0 | 56 | 114 | 20 | 30 | 103 | 64 |
| Binary | 11010110 | 1110100 | 110011 | 0 | 101110 | 1001100 | 10000 | 11000 | 1000011 | 110100 |
Color Harmonies of #D67433
Complementary color
Monochromatic Colors of #D67433
Black with #D67433
Text Example
Text Example
White with #D67433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67433; }
p { color: rgb(214,116,51); }
H1.HeaderClassName
{
color: #D67433;
}
.AnyTagClassName
{
color: #D67433;
}
</style>
background-color css
<style>
a { background-color: #D67433; }
a { background-color: rgb(214,116,51); }
div.DivClassName
{
background-color: #D67433;
}
.BgClassName
{
background-color: #D67433;
}
</style>
border-color css
<style>
span { border-color: #D67433; }
span { border-color: rgb(214,116,51); }
td.TdClassName
{
border-color: #D67433;
}
.TagClassName
{
border-color: #D67433;
}
</style>