Shades of Tacha #D7C164
Tints of Tacha #D7C164
RGB
CMYK
RGB Variations
Color information
#D7C164 (or 0xD7C164) is known color: Tacha. HEX triplet: D7, C1 and 64. RGB value is (215,193,100). Sum of RGB (Red+Green+Blue) = 215+193+100=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C164 is #283E9B. Grayscale: #BDBDBD. Windows color (decimal): -2637468 or 6603223. OLE color: 6603223.
HSL color Cylindrical-coordinate representation of color #D7C164: hue angle of 48.52º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7C164 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 193 | 100 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.16 |
| HSL | 48.52º | 0.59% | 0.62% | - |
| HSV(B) | 48.52º | 0.53% | 0.84% | - |
| XYZ | 49.39 | 53.51 | 19.78 | - |
| YUV | 188.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 193 | 100 | 0 | 0.10 | 0.53 | 0.16 | 48.52 | 0.59 | 0.62 |
| Hex | D7 | C1 | 64 | 0 | A | 35 | 10 | 31 | 3B | 3E |
| Octal | 327 | 301 | 144 | 0 | 12 | 65 | 20 | 61 | 73 | 76 |
| Binary | 11010111 | 11000001 | 1100100 | 0 | 1010 | 110101 | 10000 | 110001 | 111011 | 111110 |
Color Harmonies of #D7C164
Complementary color
Monochromatic Colors of #D7C164
Black with #D7C164
Text Example
Text Example
White with #D7C164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C164; }
p { color: rgb(215,193,100); }
H1.HeaderClassName
{
color: #D7C164;
}
.AnyTagClassName
{
color: #D7C164;
}
</style>
background-color css
<style>
a { background-color: #D7C164; }
a { background-color: rgb(215,193,100); }
div.DivClassName
{
background-color: #D7C164;
}
.BgClassName
{
background-color: #D7C164;
}
</style>
border-color css
<style>
span { border-color: #D7C164; }
span { border-color: rgb(215,193,100); }
td.TdClassName
{
border-color: #D7C164;
}
.TagClassName
{
border-color: #D7C164;
}
</style>