Shades of Tacha #D1C66A
Tints of Tacha #D1C66A
RGB
CMYK
RGB Variations
Color information
#D1C66A (or 0xD1C66A) is known color: Tacha. HEX triplet: D1, C6 and 6A. RGB value is (209,198,106). Sum of RGB (Red+Green+Blue) = 209+198+106=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C66A is #2E3995. Grayscale: #BFBFBF. Windows color (decimal): -3029398 or 6997713. OLE color: 6997713.
HSL color Cylindrical-coordinate representation of color #D1C66A: hue angle of 53.59º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1C66A is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 198 | 106 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.18 |
| HSL | 53.59º | 0.53% | 0.62% | - |
| HSV(B) | 53.59º | 0.49% | 0.82% | - |
| XYZ | 49.09 | 54.98 | 21.66 | - |
| YUV | 190.8 | 80.14 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 198 | 106 | 0 | 0.05 | 0.49 | 0.18 | 53.59 | 0.53 | 0.62 |
| Hex | D1 | C6 | 6A | 0 | 5 | 31 | 12 | 36 | 35 | 3E |
| Octal | 321 | 306 | 152 | 0 | 5 | 61 | 22 | 66 | 65 | 76 |
| Binary | 11010001 | 11000110 | 1101010 | 0 | 101 | 110001 | 10010 | 110110 | 110101 | 111110 |
Color Harmonies of #D1C66A
Complementary color
Monochromatic Colors of #D1C66A
Black with #D1C66A
Text Example
Text Example
White with #D1C66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C66A; }
p { color: rgb(209,198,106); }
H1.HeaderClassName
{
color: #D1C66A;
}
.AnyTagClassName
{
color: #D1C66A;
}
</style>
background-color css
<style>
a { background-color: #D1C66A; }
a { background-color: rgb(209,198,106); }
div.DivClassName
{
background-color: #D1C66A;
}
.BgClassName
{
background-color: #D1C66A;
}
</style>
border-color css
<style>
span { border-color: #D1C66A; }
span { border-color: rgb(209,198,106); }
td.TdClassName
{
border-color: #D1C66A;
}
.TagClassName
{
border-color: #D1C66A;
}
</style>