Shades of Tacha #D9C464
Tints of Tacha #D9C464
RGB
CMYK
RGB Variations
Color information
#D9C464 (or 0xD9C464) is known color: Tacha. HEX triplet: D9, C4 and 64. RGB value is (217,196,100). Sum of RGB (Red+Green+Blue) = 217+196+100=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C464 is #263B9B. Grayscale: #BFBFBF. Windows color (decimal): -2505628 or 6603993. OLE color: 6603993.
HSL color Cylindrical-coordinate representation of color #D9C464: hue angle of 49.23º 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 #D9C464 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 196 | 100 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.15 |
| HSL | 49.23º | 0.61% | 0.62% | - |
| HSV(B) | 49.23º | 0.54% | 0.85% | - |
| XYZ | 50.66 | 55.15 | 20.03 | - |
| YUV | 191.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 100 | 0 | 0.10 | 0.54 | 0.15 | 49.23 | 0.61 | 0.62 |
| Hex | D9 | C4 | 64 | 0 | A | 36 | F | 31 | 3D | 3E |
| Octal | 331 | 304 | 144 | 0 | 12 | 66 | 17 | 61 | 75 | 76 |
| Binary | 11011001 | 11000100 | 1100100 | 0 | 1010 | 110110 | 1111 | 110001 | 111101 | 111110 |
Color Harmonies of #D9C464
Complementary color
Monochromatic Colors of #D9C464
Black with #D9C464
Text Example
Text Example
White with #D9C464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C464; }
p { color: rgb(217,196,100); }
H1.HeaderClassName
{
color: #D9C464;
}
.AnyTagClassName
{
color: #D9C464;
}
</style>
background-color css
<style>
a { background-color: #D9C464; }
a { background-color: rgb(217,196,100); }
div.DivClassName
{
background-color: #D9C464;
}
.BgClassName
{
background-color: #D9C464;
}
</style>
border-color css
<style>
span { border-color: #D9C464; }
span { border-color: rgb(217,196,100); }
td.TdClassName
{
border-color: #D9C464;
}
.TagClassName
{
border-color: #D9C464;
}
</style>