Shades of Tacha #D9BD59
Tints of Tacha #D9BD59
RGB
CMYK
RGB Variations
Color information
#D9BD59 (or 0xD9BD59) is known color: Tacha. HEX triplet: D9, BD and 59. RGB value is (217,189,89). Sum of RGB (Red+Green+Blue) = 217+189+89=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 89 (35.16% from 255 or 17.98% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BD59 is #2642A6. Grayscale: #BABABA. Windows color (decimal): -2507431 or 5881305. OLE color: 5881305.
HSL color Cylindrical-coordinate representation of color #D9BD59: hue angle of 46.88º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9BD59 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 89 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.15 |
| HSL | 46.88º | 0.63% | 0.6% | - |
| HSV(B) | 46.88º | 0.59% | 0.85% | - |
| XYZ | 48.62 | 51.87 | 16.9 | - |
| YUV | 185.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 89 | 0 | 0.13 | 0.59 | 0.15 | 46.88 | 0.63 | 0.6 |
| Hex | D9 | BD | 59 | 0 | D | 3B | F | 2F | 3F | 3C |
| Octal | 331 | 275 | 131 | 0 | 15 | 73 | 17 | 57 | 77 | 74 |
| Binary | 11011001 | 10111101 | 1011001 | 0 | 1101 | 111011 | 1111 | 101111 | 111111 | 111100 |
Color Harmonies of #D9BD59
Complementary color
Monochromatic Colors of #D9BD59
Black with #D9BD59
Text Example
Text Example
White with #D9BD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BD59; }
p { color: rgb(217,189,89); }
H1.HeaderClassName
{
color: #D9BD59;
}
.AnyTagClassName
{
color: #D9BD59;
}
</style>
background-color css
<style>
a { background-color: #D9BD59; }
a { background-color: rgb(217,189,89); }
div.DivClassName
{
background-color: #D9BD59;
}
.BgClassName
{
background-color: #D9BD59;
}
</style>
border-color css
<style>
span { border-color: #D9BD59; }
span { border-color: rgb(217,189,89); }
td.TdClassName
{
border-color: #D9BD59;
}
.TagClassName
{
border-color: #D9BD59;
}
</style>