Shades of Tacha #D8B968
Tints of Tacha #D8B968
RGB
CMYK
RGB Variations
Color information
#D8B968 (or 0xD8B968) is known color: Tacha. HEX triplet: D8, B9 and 68. RGB value is (216,185,104). Sum of RGB (Red+Green+Blue) = 216+185+104=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B968 is #274697. Grayscale: #B9B9B9. Windows color (decimal): -2573976 or 6863320. OLE color: 6863320.
HSL color Cylindrical-coordinate representation of color #D8B968: hue angle of 43.39º degrees, saturation: 0.59, 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 #D8B968 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 185 | 104 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.15 |
| HSL | 43.39º | 0.59% | 0.63% | - |
| HSV(B) | 43.39º | 0.52% | 0.85% | - |
| XYZ | 48.17 | 50.3 | 20.27 | - |
| YUV | 185.04 | 82.27 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 185 | 104 | 0 | 0.14 | 0.52 | 0.15 | 43.39 | 0.59 | 0.63 |
| Hex | D8 | B9 | 68 | 0 | E | 34 | F | 2B | 3B | 3F |
| Octal | 330 | 271 | 150 | 0 | 16 | 64 | 17 | 53 | 73 | 77 |
| Binary | 11011000 | 10111001 | 1101000 | 0 | 1110 | 110100 | 1111 | 101011 | 111011 | 111111 |
Color Harmonies of #D8B968
Complementary color
Monochromatic Colors of #D8B968
Black with #D8B968
Text Example
Text Example
White with #D8B968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B968; }
p { color: rgb(216,185,104); }
H1.HeaderClassName
{
color: #D8B968;
}
.AnyTagClassName
{
color: #D8B968;
}
</style>
background-color css
<style>
a { background-color: #D8B968; }
a { background-color: rgb(216,185,104); }
div.DivClassName
{
background-color: #D8B968;
}
.BgClassName
{
background-color: #D8B968;
}
</style>
border-color css
<style>
span { border-color: #D8B968; }
span { border-color: rgb(216,185,104); }
td.TdClassName
{
border-color: #D8B968;
}
.TagClassName
{
border-color: #D8B968;
}
</style>