Shades of Tacha #D7C156
Tints of Tacha #D7C156
RGB
CMYK
RGB Variations
Color information
#D7C156 (or 0xD7C156) is known color: Tacha. HEX triplet: D7, C1 and 56. RGB value is (215,193,86). Sum of RGB (Red+Green+Blue) = 215+193+86=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C156 is #283EA9. Grayscale: #BBBBBB. Windows color (decimal): -2637482 or 5685719. OLE color: 5685719.
HSL color Cylindrical-coordinate representation of color #D7C156: hue angle of 49.77º degrees, saturation: 0.62, 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 #D7C156 is Cyan = 0, Magento = 0.10, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 193 | 86 | - |
| CMYK | 0 | 0.10 | 0.6 | 0.16 |
| HSL | 49.77º | 0.62% | 0.59% | - |
| HSV(B) | 49.77º | 0.6% | 0.84% | - |
| XYZ | 48.77 | 53.26 | 16.51 | - |
| YUV | 187.38 | 70.79 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 193 | 86 | 0 | 0.10 | 0.6 | 0.16 | 49.77 | 0.62 | 0.59 |
| Hex | D7 | C1 | 56 | 0 | A | 3C | 10 | 32 | 3E | 3B |
| Octal | 327 | 301 | 126 | 0 | 12 | 74 | 20 | 62 | 76 | 73 |
| Binary | 11010111 | 11000001 | 1010110 | 0 | 1010 | 111100 | 10000 | 110010 | 111110 | 111011 |
Color Harmonies of #D7C156
Complementary color
Monochromatic Colors of #D7C156
Black with #D7C156
Text Example
Text Example
White with #D7C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C156; }
p { color: rgb(215,193,86); }
H1.HeaderClassName
{
color: #D7C156;
}
.AnyTagClassName
{
color: #D7C156;
}
</style>
background-color css
<style>
a { background-color: #D7C156; }
a { background-color: rgb(215,193,86); }
div.DivClassName
{
background-color: #D7C156;
}
.BgClassName
{
background-color: #D7C156;
}
</style>
border-color css
<style>
span { border-color: #D7C156; }
span { border-color: rgb(215,193,86); }
td.TdClassName
{
border-color: #D7C156;
}
.TagClassName
{
border-color: #D7C156;
}
</style>