Shades of Tacha #D8BA66
Tints of Tacha #D8BA66
RGB
CMYK
RGB Variations
Color information
#D8BA66 (or 0xD8BA66) is known color: Tacha. HEX triplet: D8, BA and 66. RGB value is (216,186,102). Sum of RGB (Red+Green+Blue) = 216+186+102=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA66 is #274599. Grayscale: #B9B9B9. Windows color (decimal): -2573722 or 6732504. OLE color: 6732504.
HSL color Cylindrical-coordinate representation of color #D8BA66: hue angle of 44.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8BA66 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 102 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.15 |
| HSL | 44.21º | 0.59% | 0.62% | - |
| HSV(B) | 44.21º | 0.53% | 0.85% | - |
| XYZ | 48.28 | 50.68 | 19.81 | - |
| YUV | 185.39 | 80.94 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 102 | 0 | 0.14 | 0.53 | 0.15 | 44.21 | 0.59 | 0.62 |
| Hex | D8 | BA | 66 | 0 | E | 35 | F | 2C | 3B | 3E |
| Octal | 330 | 272 | 146 | 0 | 16 | 65 | 17 | 54 | 73 | 76 |
| Binary | 11011000 | 10111010 | 1100110 | 0 | 1110 | 110101 | 1111 | 101100 | 111011 | 111110 |
Color Harmonies of #D8BA66
Complementary color
Monochromatic Colors of #D8BA66
Black with #D8BA66
Text Example
Text Example
White with #D8BA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA66; }
p { color: rgb(216,186,102); }
H1.HeaderClassName
{
color: #D8BA66;
}
.AnyTagClassName
{
color: #D8BA66;
}
</style>
background-color css
<style>
a { background-color: #D8BA66; }
a { background-color: rgb(216,186,102); }
div.DivClassName
{
background-color: #D8BA66;
}
.BgClassName
{
background-color: #D8BA66;
}
</style>
border-color css
<style>
span { border-color: #D8BA66; }
span { border-color: rgb(216,186,102); }
td.TdClassName
{
border-color: #D8BA66;
}
.TagClassName
{
border-color: #D8BA66;
}
</style>