Shades of Tacha #D9BD68
Tints of Tacha #D9BD68
RGB
CMYK
RGB Variations
Color information
#D9BD68 (or 0xD9BD68) is known color: Tacha. HEX triplet: D9, BD and 68. RGB value is (217,189,104). Sum of RGB (Red+Green+Blue) = 217+189+104=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BD68 is #264297. Grayscale: #BCBCBC. Windows color (decimal): -2507416 or 6864345. OLE color: 6864345.
HSL color Cylindrical-coordinate representation of color #D9BD68: hue angle of 45.13º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9BD68 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 104 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.15 |
| HSL | 45.13º | 0.6% | 0.63% | - |
| HSV(B) | 45.13º | 0.52% | 0.85% | - |
| XYZ | 49.31 | 52.15 | 20.56 | - |
| YUV | 187.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 104 | 0 | 0.13 | 0.52 | 0.15 | 45.13 | 0.6 | 0.63 |
| Hex | D9 | BD | 68 | 0 | D | 34 | F | 2D | 3C | 3F |
| Octal | 331 | 275 | 150 | 0 | 15 | 64 | 17 | 55 | 74 | 77 |
| Binary | 11011001 | 10111101 | 1101000 | 0 | 1101 | 110100 | 1111 | 101101 | 111100 | 111111 |
Color Harmonies of #D9BD68
Complementary color
Monochromatic Colors of #D9BD68
Black with #D9BD68
Text Example
Text Example
White with #D9BD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BD68; }
p { color: rgb(217,189,104); }
H1.HeaderClassName
{
color: #D9BD68;
}
.AnyTagClassName
{
color: #D9BD68;
}
</style>
background-color css
<style>
a { background-color: #D9BD68; }
a { background-color: rgb(217,189,104); }
div.DivClassName
{
background-color: #D9BD68;
}
.BgClassName
{
background-color: #D9BD68;
}
</style>
border-color css
<style>
span { border-color: #D9BD68; }
span { border-color: rgb(217,189,104); }
td.TdClassName
{
border-color: #D9BD68;
}
.TagClassName
{
border-color: #D9BD68;
}
</style>