Shades of Tacha #D9C564
Tints of Tacha #D9C564
RGB
CMYK
RGB Variations
Color information
#D9C564 (or 0xD9C564) is known color: Tacha. HEX triplet: D9, C5 and 64. RGB value is (217,197,100). Sum of RGB (Red+Green+Blue) = 217+197+100=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C564 is #263A9B. Grayscale: #C0C0C0. Windows color (decimal): -2505372 or 6604249. OLE color: 6604249.
HSL color Cylindrical-coordinate representation of color #D9C564: hue angle of 49.74º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9C564 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 100 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.15 |
| HSL | 49.74º | 0.61% | 0.62% | - |
| HSV(B) | 49.74º | 0.54% | 0.85% | - |
| XYZ | 50.88 | 55.6 | 20.11 | - |
| YUV | 191.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 100 | 0 | 0.09 | 0.54 | 0.15 | 49.74 | 0.61 | 0.62 |
| Hex | D9 | C5 | 64 | 0 | 9 | 36 | F | 32 | 3D | 3E |
| Octal | 331 | 305 | 144 | 0 | 11 | 66 | 17 | 62 | 75 | 76 |
| Binary | 11011001 | 11000101 | 1100100 | 0 | 1001 | 110110 | 1111 | 110010 | 111101 | 111110 |
Color Harmonies of #D9C564
Complementary color
Monochromatic Colors of #D9C564
Black with #D9C564
Text Example
Text Example
White with #D9C564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C564; }
p { color: rgb(217,197,100); }
H1.HeaderClassName
{
color: #D9C564;
}
.AnyTagClassName
{
color: #D9C564;
}
</style>
background-color css
<style>
a { background-color: #D9C564; }
a { background-color: rgb(217,197,100); }
div.DivClassName
{
background-color: #D9C564;
}
.BgClassName
{
background-color: #D9C564;
}
</style>
border-color css
<style>
span { border-color: #D9C564; }
span { border-color: rgb(217,197,100); }
td.TdClassName
{
border-color: #D9C564;
}
.TagClassName
{
border-color: #D9C564;
}
</style>