Shades of Tacha #D8BA4F
Tints of Tacha #D8BA4F
RGB
CMYK
RGB Variations
Color information
#D8BA4F (or 0xD8BA4F) is known color: Tacha. HEX triplet: D8, BA and 4F. RGB value is (216,186,79). Sum of RGB (Red+Green+Blue) = 216+186+79=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA4F is #2745B0. Grayscale: #B7B7B7. Windows color (decimal): -2573745 or 5225176. OLE color: 5225176.
HSL color Cylindrical-coordinate representation of color #D8BA4F: hue angle of 46.86º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8BA4F is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 79 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.15 |
| HSL | 46.86º | 0.64% | 0.58% | - |
| HSV(B) | 46.86º | 0.63% | 0.85% | - |
| XYZ | 47.29 | 50.28 | 14.61 | - |
| YUV | 182.77 | 69.44 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 79 | 0 | 0.14 | 0.63 | 0.15 | 46.86 | 0.64 | 0.58 |
| Hex | D8 | BA | 4F | 0 | E | 3F | F | 2F | 40 | 3A |
| Octal | 330 | 272 | 117 | 0 | 16 | 77 | 17 | 57 | 100 | 72 |
| Binary | 11011000 | 10111010 | 1001111 | 0 | 1110 | 111111 | 1111 | 101111 | 1000000 | 111010 |
Color Harmonies of #D8BA4F
Complementary color
Monochromatic Colors of #D8BA4F
Black with #D8BA4F
Text Example
Text Example
White with #D8BA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA4F; }
p { color: rgb(216,186,79); }
H1.HeaderClassName
{
color: #D8BA4F;
}
.AnyTagClassName
{
color: #D8BA4F;
}
</style>
background-color css
<style>
a { background-color: #D8BA4F; }
a { background-color: rgb(216,186,79); }
div.DivClassName
{
background-color: #D8BA4F;
}
.BgClassName
{
background-color: #D8BA4F;
}
</style>
border-color css
<style>
span { border-color: #D8BA4F; }
span { border-color: rgb(216,186,79); }
td.TdClassName
{
border-color: #D8BA4F;
}
.TagClassName
{
border-color: #D8BA4F;
}
</style>