Shades of Tacha #D8C166
Tints of Tacha #D8C166
RGB
CMYK
RGB Variations
Color information
#D8C166 (or 0xD8C166) is known color: Tacha. HEX triplet: D8, C1 and 66. RGB value is (216,193,102). Sum of RGB (Red+Green+Blue) = 216+193+102=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C166 is #273E99. Grayscale: #BDBDBD. Windows color (decimal): -2571930 or 6734296. OLE color: 6734296.
HSL color Cylindrical-coordinate representation of color #D8C166: hue angle of 47.89º 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 #D8C166 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 102 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.15 |
| HSL | 47.89º | 0.59% | 0.62% | - |
| HSV(B) | 47.89º | 0.53% | 0.85% | - |
| XYZ | 49.79 | 53.7 | 20.31 | - |
| YUV | 189.5 | 78.62 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 102 | 0 | 0.11 | 0.53 | 0.15 | 47.89 | 0.59 | 0.62 |
| Hex | D8 | C1 | 66 | 0 | B | 35 | F | 30 | 3B | 3E |
| Octal | 330 | 301 | 146 | 0 | 13 | 65 | 17 | 60 | 73 | 76 |
| Binary | 11011000 | 11000001 | 1100110 | 0 | 1011 | 110101 | 1111 | 110000 | 111011 | 111110 |
Color Harmonies of #D8C166
Complementary color
Monochromatic Colors of #D8C166
Black with #D8C166
Text Example
Text Example
White with #D8C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C166; }
p { color: rgb(216,193,102); }
H1.HeaderClassName
{
color: #D8C166;
}
.AnyTagClassName
{
color: #D8C166;
}
</style>
background-color css
<style>
a { background-color: #D8C166; }
a { background-color: rgb(216,193,102); }
div.DivClassName
{
background-color: #D8C166;
}
.BgClassName
{
background-color: #D8C166;
}
</style>
border-color css
<style>
span { border-color: #D8C166; }
span { border-color: rgb(216,193,102); }
td.TdClassName
{
border-color: #D8C166;
}
.TagClassName
{
border-color: #D8C166;
}
</style>