Shades of Tacha #D3C464
Tints of Tacha #D3C464
RGB
CMYK
RGB Variations
Color information
#D3C464 (or 0xD3C464) is known color: Tacha. HEX triplet: D3, C4 and 64. RGB value is (211,196,100). Sum of RGB (Red+Green+Blue) = 211+196+100=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C464 is #2C3B9B. Grayscale: #BDBDBD. Windows color (decimal): -2898844 or 6603987. OLE color: 6603987.
HSL color Cylindrical-coordinate representation of color #D3C464: hue angle of 51.89º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3C464 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 196 | 100 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.17 |
| HSL | 51.89º | 0.56% | 0.61% | - |
| HSV(B) | 51.89º | 0.53% | 0.83% | - |
| XYZ | 48.9 | 54.25 | 19.95 | - |
| YUV | 189.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 196 | 100 | 0 | 0.07 | 0.53 | 0.17 | 51.89 | 0.56 | 0.61 |
| Hex | D3 | C4 | 64 | 0 | 7 | 35 | 11 | 34 | 38 | 3D |
| Octal | 323 | 304 | 144 | 0 | 7 | 65 | 21 | 64 | 70 | 75 |
| Binary | 11010011 | 11000100 | 1100100 | 0 | 111 | 110101 | 10001 | 110100 | 111000 | 111101 |
Color Harmonies of #D3C464
Complementary color
Monochromatic Colors of #D3C464
Black with #D3C464
Text Example
Text Example
White with #D3C464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C464; }
p { color: rgb(211,196,100); }
H1.HeaderClassName
{
color: #D3C464;
}
.AnyTagClassName
{
color: #D3C464;
}
</style>
background-color css
<style>
a { background-color: #D3C464; }
a { background-color: rgb(211,196,100); }
div.DivClassName
{
background-color: #D3C464;
}
.BgClassName
{
background-color: #D3C464;
}
</style>
border-color css
<style>
span { border-color: #D3C464; }
span { border-color: rgb(211,196,100); }
td.TdClassName
{
border-color: #D3C464;
}
.TagClassName
{
border-color: #D3C464;
}
</style>