Shades of Tango #D67635
Tints of Tango #D67635
RGB
CMYK
RGB Variations
Color information
#D67635 (or 0xD67635) is known color: Tango. HEX triplet: D6, 76 and 35. RGB value is (214,118,53). Sum of RGB (Red+Green+Blue) = 214+118+53=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D67635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67635 is #2989CA. Grayscale: #8B8B8B. Windows color (decimal): -2722251 or 3503830. OLE color: 3503830.
HSL color Cylindrical-coordinate representation of color #D67635: hue angle of 24.22º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D67635 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 53 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.16 |
| HSL | 24.22º | 0.66% | 0.52% | - |
| HSV(B) | 24.22º | 0.75% | 0.84% | - |
| XYZ | 34.85 | 27.51 | 6.84 | - |
| YUV | 139.29 | 79.3 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 53 | 0 | 0.45 | 0.75 | 0.16 | 24.22 | 0.66 | 0.52 |
| Hex | D6 | 76 | 35 | 0 | 2D | 4B | 10 | 18 | 42 | 34 |
| Octal | 326 | 166 | 65 | 0 | 55 | 113 | 20 | 30 | 102 | 64 |
| Binary | 11010110 | 1110110 | 110101 | 0 | 101101 | 1001011 | 10000 | 11000 | 1000010 | 110100 |
Color Harmonies of #D67635
Complementary color
Monochromatic Colors of #D67635
Black with #D67635
Text Example
Text Example
White with #D67635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67635; }
p { color: rgb(214,118,53); }
H1.HeaderClassName
{
color: #D67635;
}
.AnyTagClassName
{
color: #D67635;
}
</style>
background-color css
<style>
a { background-color: #D67635; }
a { background-color: rgb(214,118,53); }
div.DivClassName
{
background-color: #D67635;
}
.BgClassName
{
background-color: #D67635;
}
</style>
border-color css
<style>
span { border-color: #D67635; }
span { border-color: rgb(214,118,53); }
td.TdClassName
{
border-color: #D67635;
}
.TagClassName
{
border-color: #D67635;
}
</style>