Shades of Tango #D67733
Tints of Tango #D67733
RGB
CMYK
RGB Variations
Color information
#D67733 (or 0xD67733) is known color: Tango. HEX triplet: D6, 77 and 33. RGB value is (214,119,51). Sum of RGB (Red+Green+Blue) = 214+119+51=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D67733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67733 is #2988CC. Grayscale: #8C8C8C. Windows color (decimal): -2721997 or 3373014. OLE color: 3373014.
HSL color Cylindrical-coordinate representation of color #D67733: hue angle of 25.03º 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 #D67733 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 51 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.16 |
| HSL | 25.03º | 0.67% | 0.52% | - |
| HSV(B) | 25.03º | 0.76% | 0.84% | - |
| XYZ | 34.93 | 27.73 | 6.64 | - |
| YUV | 139.65 | 77.97 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 51 | 0 | 0.44 | 0.76 | 0.16 | 25.03 | 0.67 | 0.52 |
| Hex | D6 | 77 | 33 | 0 | 2C | 4C | 10 | 19 | 43 | 34 |
| Octal | 326 | 167 | 63 | 0 | 54 | 114 | 20 | 31 | 103 | 64 |
| Binary | 11010110 | 1110111 | 110011 | 0 | 101100 | 1001100 | 10000 | 11001 | 1000011 | 110100 |
Color Harmonies of #D67733
Complementary color
Monochromatic Colors of #D67733
Black with #D67733
Text Example
Text Example
White with #D67733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67733; }
p { color: rgb(214,119,51); }
H1.HeaderClassName
{
color: #D67733;
}
.AnyTagClassName
{
color: #D67733;
}
</style>
background-color css
<style>
a { background-color: #D67733; }
a { background-color: rgb(214,119,51); }
div.DivClassName
{
background-color: #D67733;
}
.BgClassName
{
background-color: #D67733;
}
</style>
border-color css
<style>
span { border-color: #D67733; }
span { border-color: rgb(214,119,51); }
td.TdClassName
{
border-color: #D67733;
}
.TagClassName
{
border-color: #D67733;
}
</style>