Shades of Tacha #D1C266
Tints of Tacha #D1C266
RGB
CMYK
RGB Variations
Color information
#D1C266 (or 0xD1C266) is known color: Tacha. HEX triplet: D1, C2 and 66. RGB value is (209,194,102). Sum of RGB (Red+Green+Blue) = 209+194+102=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C266 is #2E3D99. Grayscale: #BCBCBC. Windows color (decimal): -3030426 or 6734545. OLE color: 6734545.
HSL color Cylindrical-coordinate representation of color #D1C266: hue angle of 51.59º 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 #D1C266 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 102 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.18 |
| HSL | 51.59º | 0.54% | 0.61% | - |
| HSV(B) | 51.59º | 0.51% | 0.82% | - |
| XYZ | 47.98 | 53.1 | 20.29 | - |
| YUV | 188 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 102 | 0 | 0.07 | 0.51 | 0.18 | 51.59 | 0.54 | 0.61 |
| Hex | D1 | C2 | 66 | 0 | 7 | 33 | 12 | 34 | 36 | 3D |
| Octal | 321 | 302 | 146 | 0 | 7 | 63 | 22 | 64 | 66 | 75 |
| Binary | 11010001 | 11000010 | 1100110 | 0 | 111 | 110011 | 10010 | 110100 | 110110 | 111101 |
Color Harmonies of #D1C266
Complementary color
Monochromatic Colors of #D1C266
Black with #D1C266
Text Example
Text Example
White with #D1C266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C266; }
p { color: rgb(209,194,102); }
H1.HeaderClassName
{
color: #D1C266;
}
.AnyTagClassName
{
color: #D1C266;
}
</style>
background-color css
<style>
a { background-color: #D1C266; }
a { background-color: rgb(209,194,102); }
div.DivClassName
{
background-color: #D1C266;
}
.BgClassName
{
background-color: #D1C266;
}
</style>
border-color css
<style>
span { border-color: #D1C266; }
span { border-color: rgb(209,194,102); }
td.TdClassName
{
border-color: #D1C266;
}
.TagClassName
{
border-color: #D1C266;
}
</style>