Shades of Tacha #D9C064
Tints of Tacha #D9C064
RGB
CMYK
RGB Variations
Color information
#D9C064 (or 0xD9C064) is known color: Tacha. HEX triplet: D9, C0 and 64. RGB value is (217,192,100). Sum of RGB (Red+Green+Blue) = 217+192+100=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C064 is #263F9B. Grayscale: #BDBDBD. Windows color (decimal): -2506652 or 6602969. OLE color: 6602969.
HSL color Cylindrical-coordinate representation of color #D9C064: hue angle of 47.18º 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 #D9C064 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 100 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.15 |
| HSL | 47.18º | 0.61% | 0.62% | - |
| HSV(B) | 47.18º | 0.54% | 0.85% | - |
| XYZ | 49.77 | 53.37 | 19.74 | - |
| YUV | 188.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 100 | 0 | 0.12 | 0.54 | 0.15 | 47.18 | 0.61 | 0.62 |
| Hex | D9 | C0 | 64 | 0 | C | 36 | F | 2F | 3D | 3E |
| Octal | 331 | 300 | 144 | 0 | 14 | 66 | 17 | 57 | 75 | 76 |
| Binary | 11011001 | 11000000 | 1100100 | 0 | 1100 | 110110 | 1111 | 101111 | 111101 | 111110 |
Color Harmonies of #D9C064
Complementary color
Monochromatic Colors of #D9C064
Black with #D9C064
Text Example
Text Example
White with #D9C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C064; }
p { color: rgb(217,192,100); }
H1.HeaderClassName
{
color: #D9C064;
}
.AnyTagClassName
{
color: #D9C064;
}
</style>
background-color css
<style>
a { background-color: #D9C064; }
a { background-color: rgb(217,192,100); }
div.DivClassName
{
background-color: #D9C064;
}
.BgClassName
{
background-color: #D9C064;
}
</style>
border-color css
<style>
span { border-color: #D9C064; }
span { border-color: rgb(217,192,100); }
td.TdClassName
{
border-color: #D9C064;
}
.TagClassName
{
border-color: #D9C064;
}
</style>