Shades of Tango #D67630
Tints of Tango #D67630
RGB
CMYK
RGB Variations
Color information
#D67630 (or 0xD67630) is known color: Tango. HEX triplet: D6, 76 and 30. RGB value is (214,118,48). Sum of RGB (Red+Green+Blue) = 214+118+48=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D67630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67630 is #2989CF. Grayscale: #8B8B8B. Windows color (decimal): -2722256 or 3176150. OLE color: 3176150.
HSL color Cylindrical-coordinate representation of color #D67630: hue angle of 25.3º 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 #D67630 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 48 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.16 |
| HSL | 25.3º | 0.67% | 0.51% | - |
| HSV(B) | 25.3º | 0.78% | 0.84% | - |
| XYZ | 34.74 | 27.47 | 6.27 | - |
| YUV | 138.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 48 | 0 | 0.45 | 0.78 | 0.16 | 25.3 | 0.67 | 0.51 |
| Hex | D6 | 76 | 30 | 0 | 2D | 4E | 10 | 19 | 43 | 33 |
| Octal | 326 | 166 | 60 | 0 | 55 | 116 | 20 | 31 | 103 | 63 |
| Binary | 11010110 | 1110110 | 110000 | 0 | 101101 | 1001110 | 10000 | 11001 | 1000011 | 110011 |
Color Harmonies of #D67630
Complementary color
Monochromatic Colors of #D67630
Black with #D67630
Text Example
Text Example
White with #D67630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67630; }
p { color: rgb(214,118,48); }
H1.HeaderClassName
{
color: #D67630;
}
.AnyTagClassName
{
color: #D67630;
}
</style>
background-color css
<style>
a { background-color: #D67630; }
a { background-color: rgb(214,118,48); }
div.DivClassName
{
background-color: #D67630;
}
.BgClassName
{
background-color: #D67630;
}
</style>
border-color css
<style>
span { border-color: #D67630; }
span { border-color: rgb(214,118,48); }
td.TdClassName
{
border-color: #D67630;
}
.TagClassName
{
border-color: #D67630;
}
</style>