Shades of Tango #D67730
Tints of Tango #D67730
RGB
CMYK
RGB Variations
Color information
#D67730 (or 0xD67730) is known color: Tango. HEX triplet: D6, 77 and 30. RGB value is (214,119,48). Sum of RGB (Red+Green+Blue) = 214+119+48=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D67730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67730 is #2988CF. Grayscale: #8B8B8B. Windows color (decimal): -2722000 or 3176406. OLE color: 3176406.
HSL color Cylindrical-coordinate representation of color #D67730: hue angle of 25.66º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D67730 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 48 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.16 |
| HSL | 25.66º | 0.67% | 0.51% | - |
| HSV(B) | 25.66º | 0.78% | 0.84% | - |
| XYZ | 34.86 | 27.7 | 6.31 | - |
| YUV | 139.31 | 76.47 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 48 | 0 | 0.44 | 0.78 | 0.16 | 25.66 | 0.67 | 0.51 |
| Hex | D6 | 77 | 30 | 0 | 2C | 4E | 10 | 1A | 43 | 33 |
| Octal | 326 | 167 | 60 | 0 | 54 | 116 | 20 | 32 | 103 | 63 |
| Binary | 11010110 | 1110111 | 110000 | 0 | 101100 | 1001110 | 10000 | 11010 | 1000011 | 110011 |
Color Harmonies of #D67730
Complementary color
Monochromatic Colors of #D67730
Black with #D67730
Text Example
Text Example
White with #D67730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67730; }
p { color: rgb(214,119,48); }
H1.HeaderClassName
{
color: #D67730;
}
.AnyTagClassName
{
color: #D67730;
}
</style>
background-color css
<style>
a { background-color: #D67730; }
a { background-color: rgb(214,119,48); }
div.DivClassName
{
background-color: #D67730;
}
.BgClassName
{
background-color: #D67730;
}
</style>
border-color css
<style>
span { border-color: #D67730; }
span { border-color: rgb(214,119,48); }
td.TdClassName
{
border-color: #D67730;
}
.TagClassName
{
border-color: #D67730;
}
</style>