Shades of Tacha #D1C766
Tints of Tacha #D1C766
RGB
CMYK
RGB Variations
Color information
#D1C766 (or 0xD1C766) is known color: Tacha. HEX triplet: D1, C7 and 66. RGB value is (209,199,102). Sum of RGB (Red+Green+Blue) = 209+199+102=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C766 is #2E3899. Grayscale: #BFBFBF. Windows color (decimal): -3029146 or 6735825. OLE color: 6735825.
HSL color Cylindrical-coordinate representation of color #D1C766: hue angle of 54.39º 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 #D1C766 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 102 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.18 |
| HSL | 54.39º | 0.54% | 0.61% | - |
| HSV(B) | 54.39º | 0.51% | 0.82% | - |
| XYZ | 49.12 | 55.36 | 20.67 | - |
| YUV | 190.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 102 | 0 | 0.05 | 0.51 | 0.18 | 54.39 | 0.54 | 0.61 |
| Hex | D1 | C7 | 66 | 0 | 5 | 33 | 12 | 36 | 36 | 3D |
| Octal | 321 | 307 | 146 | 0 | 5 | 63 | 22 | 66 | 66 | 75 |
| Binary | 11010001 | 11000111 | 1100110 | 0 | 101 | 110011 | 10010 | 110110 | 110110 | 111101 |
Color Harmonies of #D1C766
Complementary color
Monochromatic Colors of #D1C766
Black with #D1C766
Text Example
Text Example
White with #D1C766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C766; }
p { color: rgb(209,199,102); }
H1.HeaderClassName
{
color: #D1C766;
}
.AnyTagClassName
{
color: #D1C766;
}
</style>
background-color css
<style>
a { background-color: #D1C766; }
a { background-color: rgb(209,199,102); }
div.DivClassName
{
background-color: #D1C766;
}
.BgClassName
{
background-color: #D1C766;
}
</style>
border-color css
<style>
span { border-color: #D1C766; }
span { border-color: rgb(209,199,102); }
td.TdClassName
{
border-color: #D1C766;
}
.TagClassName
{
border-color: #D1C766;
}
</style>