Shades of Tacha #D6C156
Tints of Tacha #D6C156
RGB
CMYK
RGB Variations
Color information
#D6C156 (or 0xD6C156) is known color: Tacha. HEX triplet: D6, C1 and 56. RGB value is (214,193,86). Sum of RGB (Red+Green+Blue) = 214+193+86=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 86 (33.98% from 255 or 17.44% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C156 is #293EA9. Grayscale: #BBBBBB. Windows color (decimal): -2703018 or 5685718. OLE color: 5685718.
HSL color Cylindrical-coordinate representation of color #D6C156: hue angle of 50.16º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6C156 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 86 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.16 |
| HSL | 50.16º | 0.61% | 0.59% | - |
| HSV(B) | 50.16º | 0.6% | 0.84% | - |
| XYZ | 48.48 | 53.11 | 16.5 | - |
| YUV | 187.08 | 70.96 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 86 | 0 | 0.10 | 0.60 | 0.16 | 50.16 | 0.61 | 0.59 |
| Hex | D6 | C1 | 56 | 0 | A | 3C | 10 | 32 | 3D | 3B |
| Octal | 326 | 301 | 126 | 0 | 12 | 74 | 20 | 62 | 75 | 73 |
| Binary | 11010110 | 11000001 | 1010110 | 0 | 1010 | 111100 | 10000 | 110010 | 111101 | 111011 |
Color Harmonies of #D6C156
Complementary color
Monochromatic Colors of #D6C156
Black with #D6C156
Text Example
Text Example
White with #D6C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C156; }
p { color: rgb(214,193,86); }
H1.HeaderClassName
{
color: #D6C156;
}
.AnyTagClassName
{
color: #D6C156;
}
</style>
background-color css
<style>
a { background-color: #D6C156; }
a { background-color: rgb(214,193,86); }
div.DivClassName
{
background-color: #D6C156;
}
.BgClassName
{
background-color: #D6C156;
}
</style>
border-color css
<style>
span { border-color: #D6C156; }
span { border-color: rgb(214,193,86); }
td.TdClassName
{
border-color: #D6C156;
}
.TagClassName
{
border-color: #D6C156;
}
</style>