Shades of Tacha #D4B764
Tints of Tacha #D4B764
RGB
CMYK
RGB Variations
Color information
#D4B764 (or 0xD4B764) is known color: Tacha. HEX triplet: D4, B7 and 64. RGB value is (212,183,100). Sum of RGB (Red+Green+Blue) = 212+183+100=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B764 is #2B489B. Grayscale: #B6B6B6. Windows color (decimal): -2836636 or 6600660. OLE color: 6600660.
HSL color Cylindrical-coordinate representation of color #D4B764: hue angle of 44.46º 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 #D4B764 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 183 | 100 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.17 |
| HSL | 44.46º | 0.57% | 0.61% | - |
| HSV(B) | 44.46º | 0.53% | 0.83% | - |
| XYZ | 46.39 | 48.78 | 19.03 | - |
| YUV | 182.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 183 | 100 | 0 | 0.14 | 0.53 | 0.17 | 44.46 | 0.57 | 0.61 |
| Hex | D4 | B7 | 64 | 0 | E | 35 | 11 | 2C | 39 | 3D |
| Octal | 324 | 267 | 144 | 0 | 16 | 65 | 21 | 54 | 71 | 75 |
| Binary | 11010100 | 10110111 | 1100100 | 0 | 1110 | 110101 | 10001 | 101100 | 111001 | 111101 |
Color Harmonies of #D4B764
Complementary color
Monochromatic Colors of #D4B764
Black with #D4B764
Text Example
Text Example
White with #D4B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B764; }
p { color: rgb(212,183,100); }
H1.HeaderClassName
{
color: #D4B764;
}
.AnyTagClassName
{
color: #D4B764;
}
</style>
background-color css
<style>
a { background-color: #D4B764; }
a { background-color: rgb(212,183,100); }
div.DivClassName
{
background-color: #D4B764;
}
.BgClassName
{
background-color: #D4B764;
}
</style>
border-color css
<style>
span { border-color: #D4B764; }
span { border-color: rgb(212,183,100); }
td.TdClassName
{
border-color: #D4B764;
}
.TagClassName
{
border-color: #D4B764;
}
</style>