Shades of Tacha #D9BC4F
Tints of Tacha #D9BC4F
RGB
CMYK
RGB Variations
Color information
#D9BC4F (or 0xD9BC4F) is known color: Tacha. HEX triplet: D9, BC and 4F. RGB value is (217,188,79). Sum of RGB (Red+Green+Blue) = 217+188+79=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BC4F is #2643B0. Grayscale: #B8B8B8. Windows color (decimal): -2507697 or 5225689. OLE color: 5225689.
HSL color Cylindrical-coordinate representation of color #D9BC4F: hue angle of 47.39º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9BC4F is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 79 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.15 |
| HSL | 47.39º | 0.64% | 0.58% | - |
| HSV(B) | 47.39º | 0.64% | 0.85% | - |
| XYZ | 48.01 | 51.28 | 14.77 | - |
| YUV | 184.25 | 68.61 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 79 | 0 | 0.13 | 0.64 | 0.15 | 47.39 | 0.64 | 0.58 |
| Hex | D9 | BC | 4F | 0 | D | 40 | F | 2F | 40 | 3A |
| Octal | 331 | 274 | 117 | 0 | 15 | 100 | 17 | 57 | 100 | 72 |
| Binary | 11011001 | 10111100 | 1001111 | 0 | 1101 | 1000000 | 1111 | 101111 | 1000000 | 111010 |
Color Harmonies of #D9BC4F
Complementary color
Monochromatic Colors of #D9BC4F
Black with #D9BC4F
Text Example
Text Example
White with #D9BC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC4F; }
p { color: rgb(217,188,79); }
H1.HeaderClassName
{
color: #D9BC4F;
}
.AnyTagClassName
{
color: #D9BC4F;
}
</style>
background-color css
<style>
a { background-color: #D9BC4F; }
a { background-color: rgb(217,188,79); }
div.DivClassName
{
background-color: #D9BC4F;
}
.BgClassName
{
background-color: #D9BC4F;
}
</style>
border-color css
<style>
span { border-color: #D9BC4F; }
span { border-color: rgb(217,188,79); }
td.TdClassName
{
border-color: #D9BC4F;
}
.TagClassName
{
border-color: #D9BC4F;
}
</style>