Shades of Tacha #D6C366
Tints of Tacha #D6C366
RGB
CMYK
RGB Variations
Color information
#D6C366 (or 0xD6C366) is known color: Tacha. HEX triplet: D6, C3 and 66. RGB value is (214,195,102). Sum of RGB (Red+Green+Blue) = 214+195+102=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C366 is #293C99. Grayscale: #BEBEBE. Windows color (decimal): -2702490 or 6734806. OLE color: 6734806.
HSL color Cylindrical-coordinate representation of color #D6C366: hue angle of 49.82º 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 #D6C366 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 102 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.16 |
| HSL | 49.82º | 0.58% | 0.62% | - |
| HSV(B) | 49.82º | 0.52% | 0.84% | - |
| XYZ | 49.64 | 54.29 | 20.43 | - |
| YUV | 190.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 102 | 0 | 0.09 | 0.52 | 0.16 | 49.82 | 0.58 | 0.62 |
| Hex | D6 | C3 | 66 | 0 | 9 | 34 | 10 | 32 | 3A | 3E |
| Octal | 326 | 303 | 146 | 0 | 11 | 64 | 20 | 62 | 72 | 76 |
| Binary | 11010110 | 11000011 | 1100110 | 0 | 1001 | 110100 | 10000 | 110010 | 111010 | 111110 |
Color Harmonies of #D6C366
Complementary color
Monochromatic Colors of #D6C366
Black with #D6C366
Text Example
Text Example
White with #D6C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C366; }
p { color: rgb(214,195,102); }
H1.HeaderClassName
{
color: #D6C366;
}
.AnyTagClassName
{
color: #D6C366;
}
</style>
background-color css
<style>
a { background-color: #D6C366; }
a { background-color: rgb(214,195,102); }
div.DivClassName
{
background-color: #D6C366;
}
.BgClassName
{
background-color: #D6C366;
}
</style>
border-color css
<style>
span { border-color: #D6C366; }
span { border-color: rgb(214,195,102); }
td.TdClassName
{
border-color: #D6C366;
}
.TagClassName
{
border-color: #D6C366;
}
</style>