Shades of Tango #D67133
Tints of Tango #D67133
RGB
CMYK
RGB Variations
Color information
#D67133 (or 0xD67133) is known color: Tango. HEX triplet: D6, 71 and 33. RGB value is (214,113,51). Sum of RGB (Red+Green+Blue) = 214+113+51=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D67133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67133 is #298ECC. Grayscale: #888888. Windows color (decimal): -2723533 or 3371478. OLE color: 3371478.
HSL color Cylindrical-coordinate representation of color #D67133: hue angle of 22.82º 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 #D67133 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 51 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.16 |
| HSL | 22.82º | 0.67% | 0.52% | - |
| HSV(B) | 22.82º | 0.76% | 0.84% | - |
| XYZ | 34.23 | 26.35 | 6.41 | - |
| YUV | 136.13 | 79.96 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 51 | 0 | 0.47 | 0.76 | 0.16 | 22.82 | 0.67 | 0.52 |
| Hex | D6 | 71 | 33 | 0 | 2F | 4C | 10 | 17 | 43 | 34 |
| Octal | 326 | 161 | 63 | 0 | 57 | 114 | 20 | 27 | 103 | 64 |
| Binary | 11010110 | 1110001 | 110011 | 0 | 101111 | 1001100 | 10000 | 10111 | 1000011 | 110100 |
Color Harmonies of #D67133
Complementary color
Monochromatic Colors of #D67133
Black with #D67133
Text Example
Text Example
White with #D67133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67133; }
p { color: rgb(214,113,51); }
H1.HeaderClassName
{
color: #D67133;
}
.AnyTagClassName
{
color: #D67133;
}
</style>
background-color css
<style>
a { background-color: #D67133; }
a { background-color: rgb(214,113,51); }
div.DivClassName
{
background-color: #D67133;
}
.BgClassName
{
background-color: #D67133;
}
</style>
border-color css
<style>
span { border-color: #D67133; }
span { border-color: rgb(214,113,51); }
td.TdClassName
{
border-color: #D67133;
}
.TagClassName
{
border-color: #D67133;
}
</style>