Shades of Tacha #D1C166
Tints of Tacha #D1C166
RGB
CMYK
RGB Variations
Color information
#D1C166 (or 0xD1C166) is known color: Tacha. HEX triplet: D1, C1 and 66. RGB value is (209,193,102). Sum of RGB (Red+Green+Blue) = 209+193+102=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C166 is #2E3E99. Grayscale: #BBBBBB. Windows color (decimal): -3030682 or 6734289. OLE color: 6734289.
HSL color Cylindrical-coordinate representation of color #D1C166: hue angle of 51.03º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1C166 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 102 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.18 |
| HSL | 51.03º | 0.54% | 0.61% | - |
| HSV(B) | 51.03º | 0.51% | 0.82% | - |
| XYZ | 47.76 | 52.65 | 20.22 | - |
| YUV | 187.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 102 | 0 | 0.08 | 0.51 | 0.18 | 51.03 | 0.54 | 0.61 |
| Hex | D1 | C1 | 66 | 0 | 8 | 33 | 12 | 33 | 36 | 3D |
| Octal | 321 | 301 | 146 | 0 | 10 | 63 | 22 | 63 | 66 | 75 |
| Binary | 11010001 | 11000001 | 1100110 | 0 | 1000 | 110011 | 10010 | 110011 | 110110 | 111101 |
Color Harmonies of #D1C166
Complementary color
Monochromatic Colors of #D1C166
Black with #D1C166
Text Example
Text Example
White with #D1C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C166; }
p { color: rgb(209,193,102); }
H1.HeaderClassName
{
color: #D1C166;
}
.AnyTagClassName
{
color: #D1C166;
}
</style>
background-color css
<style>
a { background-color: #D1C166; }
a { background-color: rgb(209,193,102); }
div.DivClassName
{
background-color: #D1C166;
}
.BgClassName
{
background-color: #D1C166;
}
</style>
border-color css
<style>
span { border-color: #D1C166; }
span { border-color: rgb(209,193,102); }
td.TdClassName
{
border-color: #D1C166;
}
.TagClassName
{
border-color: #D1C166;
}
</style>