Shades of Tacha #D8BB68
Tints of Tacha #D8BB68
RGB
CMYK
RGB Variations
Color information
#D8BB68 (or 0xD8BB68) is known color: Tacha. HEX triplet: D8, BB and 68. RGB value is (216,187,104). Sum of RGB (Red+Green+Blue) = 216+187+104=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BB68 is #274497. Grayscale: #BABABA. Windows color (decimal): -2573464 or 6863832. OLE color: 6863832.
HSL color Cylindrical-coordinate representation of color #D8BB68: hue angle of 44.46º 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 #D8BB68 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 104 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.15 |
| HSL | 44.46º | 0.59% | 0.63% | - |
| HSV(B) | 44.46º | 0.52% | 0.85% | - |
| XYZ | 48.59 | 51.14 | 20.41 | - |
| YUV | 186.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 104 | 0 | 0.13 | 0.52 | 0.15 | 44.46 | 0.59 | 0.63 |
| Hex | D8 | BB | 68 | 0 | D | 34 | F | 2C | 3B | 3F |
| Octal | 330 | 273 | 150 | 0 | 15 | 64 | 17 | 54 | 73 | 77 |
| Binary | 11011000 | 10111011 | 1101000 | 0 | 1101 | 110100 | 1111 | 101100 | 111011 | 111111 |
Color Harmonies of #D8BB68
Complementary color
Monochromatic Colors of #D8BB68
Black with #D8BB68
Text Example
Text Example
White with #D8BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB68; }
p { color: rgb(216,187,104); }
H1.HeaderClassName
{
color: #D8BB68;
}
.AnyTagClassName
{
color: #D8BB68;
}
</style>
background-color css
<style>
a { background-color: #D8BB68; }
a { background-color: rgb(216,187,104); }
div.DivClassName
{
background-color: #D8BB68;
}
.BgClassName
{
background-color: #D8BB68;
}
</style>
border-color css
<style>
span { border-color: #D8BB68; }
span { border-color: rgb(216,187,104); }
td.TdClassName
{
border-color: #D8BB68;
}
.TagClassName
{
border-color: #D8BB68;
}
</style>