Shades of Tacha #D4B959
Tints of Tacha #D4B959
RGB
CMYK
RGB Variations
Color information
#D4B959 (or 0xD4B959) is known color: Tacha. HEX triplet: D4, B9 and 59. RGB value is (212,185,89). Sum of RGB (Red+Green+Blue) = 212+185+89=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B959 is #2B46A6. Grayscale: #B6B6B6. Windows color (decimal): -2836135 or 5880276. OLE color: 5880276.
HSL color Cylindrical-coordinate representation of color #D4B959: hue angle of 46.83º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4B959 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 185 | 89 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.17 |
| HSL | 46.83º | 0.59% | 0.59% | - |
| HSV(B) | 46.83º | 0.58% | 0.83% | - |
| XYZ | 46.3 | 49.42 | 16.55 | - |
| YUV | 182.13 | 75.45 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 185 | 89 | 0 | 0.13 | 0.58 | 0.17 | 46.83 | 0.59 | 0.59 |
| Hex | D4 | B9 | 59 | 0 | D | 3A | 11 | 2F | 3B | 3B |
| Octal | 324 | 271 | 131 | 0 | 15 | 72 | 21 | 57 | 73 | 73 |
| Binary | 11010100 | 10111001 | 1011001 | 0 | 1101 | 111010 | 10001 | 101111 | 111011 | 111011 |
Color Harmonies of #D4B959
Complementary color
Monochromatic Colors of #D4B959
Black with #D4B959
Text Example
Text Example
White with #D4B959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B959; }
p { color: rgb(212,185,89); }
H1.HeaderClassName
{
color: #D4B959;
}
.AnyTagClassName
{
color: #D4B959;
}
</style>
background-color css
<style>
a { background-color: #D4B959; }
a { background-color: rgb(212,185,89); }
div.DivClassName
{
background-color: #D4B959;
}
.BgClassName
{
background-color: #D4B959;
}
</style>
border-color css
<style>
span { border-color: #D4B959; }
span { border-color: rgb(212,185,89); }
td.TdClassName
{
border-color: #D4B959;
}
.TagClassName
{
border-color: #D4B959;
}
</style>