Shades of Tacha #D8BD68
Tints of Tacha #D8BD68
RGB
CMYK
RGB Variations
Color information
#D8BD68 (or 0xD8BD68) is known color: Tacha. HEX triplet: D8, BD and 68. RGB value is (216,189,104). Sum of RGB (Red+Green+Blue) = 216+189+104=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BD68 is #274297. Grayscale: #BBBBBB. Windows color (decimal): -2572952 or 6864344. OLE color: 6864344.
HSL color Cylindrical-coordinate representation of color #D8BD68: hue angle of 45.54º 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 #D8BD68 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 104 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.15 |
| HSL | 45.54º | 0.59% | 0.63% | - |
| HSV(B) | 45.54º | 0.52% | 0.85% | - |
| XYZ | 49.02 | 51.99 | 20.55 | - |
| YUV | 187.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 104 | 0 | 0.12 | 0.52 | 0.15 | 45.54 | 0.59 | 0.63 |
| Hex | D8 | BD | 68 | 0 | C | 34 | F | 2E | 3B | 3F |
| Octal | 330 | 275 | 150 | 0 | 14 | 64 | 17 | 56 | 73 | 77 |
| Binary | 11011000 | 10111101 | 1101000 | 0 | 1100 | 110100 | 1111 | 101110 | 111011 | 111111 |
Color Harmonies of #D8BD68
Complementary color
Monochromatic Colors of #D8BD68
Black with #D8BD68
Text Example
Text Example
White with #D8BD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD68; }
p { color: rgb(216,189,104); }
H1.HeaderClassName
{
color: #D8BD68;
}
.AnyTagClassName
{
color: #D8BD68;
}
</style>
background-color css
<style>
a { background-color: #D8BD68; }
a { background-color: rgb(216,189,104); }
div.DivClassName
{
background-color: #D8BD68;
}
.BgClassName
{
background-color: #D8BD68;
}
</style>
border-color css
<style>
span { border-color: #D8BD68; }
span { border-color: rgb(216,189,104); }
td.TdClassName
{
border-color: #D8BD68;
}
.TagClassName
{
border-color: #D8BD68;
}
</style>