Shades of Tacha #D6C266
Tints of Tacha #D6C266
RGB
CMYK
RGB Variations
Color information
#D6C266 (or 0xD6C266) is known color: Tacha. HEX triplet: D6, C2 and 66. RGB value is (214,194,102). Sum of RGB (Red+Green+Blue) = 214+194+102=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C266 is #293D99. Grayscale: #BDBDBD. Windows color (decimal): -2702746 or 6734550. OLE color: 6734550.
HSL color Cylindrical-coordinate representation of color #D6C266: hue angle of 49.29º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6C266 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 102 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.16 |
| HSL | 49.29º | 0.58% | 0.62% | - |
| HSV(B) | 49.29º | 0.52% | 0.84% | - |
| XYZ | 49.42 | 53.84 | 20.36 | - |
| YUV | 189.49 | 78.63 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 102 | 0 | 0.09 | 0.52 | 0.16 | 49.29 | 0.58 | 0.62 |
| Hex | D6 | C2 | 66 | 0 | 9 | 34 | 10 | 31 | 3A | 3E |
| Octal | 326 | 302 | 146 | 0 | 11 | 64 | 20 | 61 | 72 | 76 |
| Binary | 11010110 | 11000010 | 1100110 | 0 | 1001 | 110100 | 10000 | 110001 | 111010 | 111110 |
Color Harmonies of #D6C266
Complementary color
Monochromatic Colors of #D6C266
Black with #D6C266
Text Example
Text Example
White with #D6C266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C266; }
p { color: rgb(214,194,102); }
H1.HeaderClassName
{
color: #D6C266;
}
.AnyTagClassName
{
color: #D6C266;
}
</style>
background-color css
<style>
a { background-color: #D6C266; }
a { background-color: rgb(214,194,102); }
div.DivClassName
{
background-color: #D6C266;
}
.BgClassName
{
background-color: #D6C266;
}
</style>
border-color css
<style>
span { border-color: #D6C266; }
span { border-color: rgb(214,194,102); }
td.TdClassName
{
border-color: #D6C266;
}
.TagClassName
{
border-color: #D6C266;
}
</style>