Shades of Tacha #D4BC64
Tints of Tacha #D4BC64
RGB
CMYK
RGB Variations
Color information
#D4BC64 (or 0xD4BC64) is known color: Tacha. HEX triplet: D4, BC and 64. RGB value is (212,188,100). Sum of RGB (Red+Green+Blue) = 212+188+100=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BC64 is #2B439B. Grayscale: #B9B9B9. Windows color (decimal): -2835356 or 6601940. OLE color: 6601940.
HSL color Cylindrical-coordinate representation of color #D4BC64: hue angle of 47.14º degrees, saturation: 0.57, 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 #D4BC64 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 100 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.17 |
| HSL | 47.14º | 0.57% | 0.61% | - |
| HSV(B) | 47.14º | 0.53% | 0.83% | - |
| XYZ | 47.43 | 50.88 | 19.38 | - |
| YUV | 185.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 100 | 0 | 0.11 | 0.53 | 0.17 | 47.14 | 0.57 | 0.61 |
| Hex | D4 | BC | 64 | 0 | B | 35 | 11 | 2F | 39 | 3D |
| Octal | 324 | 274 | 144 | 0 | 13 | 65 | 21 | 57 | 71 | 75 |
| Binary | 11010100 | 10111100 | 1100100 | 0 | 1011 | 110101 | 10001 | 101111 | 111001 | 111101 |
Color Harmonies of #D4BC64
Complementary color
Monochromatic Colors of #D4BC64
Black with #D4BC64
Text Example
Text Example
White with #D4BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC64; }
p { color: rgb(212,188,100); }
H1.HeaderClassName
{
color: #D4BC64;
}
.AnyTagClassName
{
color: #D4BC64;
}
</style>
background-color css
<style>
a { background-color: #D4BC64; }
a { background-color: rgb(212,188,100); }
div.DivClassName
{
background-color: #D4BC64;
}
.BgClassName
{
background-color: #D4BC64;
}
</style>
border-color css
<style>
span { border-color: #D4BC64; }
span { border-color: rgb(212,188,100); }
td.TdClassName
{
border-color: #D4BC64;
}
.TagClassName
{
border-color: #D4BC64;
}
</style>