Shades of Tacha #D6C665
Tints of Tacha #D6C665
RGB
CMYK
RGB Variations
Color information
#D6C665 (or 0xD6C665) is known color: Tacha. HEX triplet: D6, C6 and 65. RGB value is (214,198,101). Sum of RGB (Red+Green+Blue) = 214+198+101=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C665 is #29399A. Grayscale: #C0C0C0. Windows color (decimal): -2701723 or 6670038. OLE color: 6670038.
HSL color Cylindrical-coordinate representation of color #D6C665: hue angle of 51.5º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6C665 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 101 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.16 |
| HSL | 51.5º | 0.58% | 0.62% | - |
| HSV(B) | 51.5º | 0.53% | 0.84% | - |
| XYZ | 50.27 | 55.62 | 20.4 | - |
| YUV | 191.73 | 76.8 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 101 | 0 | 0.07 | 0.53 | 0.16 | 51.5 | 0.58 | 0.62 |
| Hex | D6 | C6 | 65 | 0 | 7 | 35 | 10 | 34 | 3A | 3E |
| Octal | 326 | 306 | 145 | 0 | 7 | 65 | 20 | 64 | 72 | 76 |
| Binary | 11010110 | 11000110 | 1100101 | 0 | 111 | 110101 | 10000 | 110100 | 111010 | 111110 |
Color Harmonies of #D6C665
Complementary color
Monochromatic Colors of #D6C665
Black with #D6C665
Text Example
Text Example
White with #D6C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C665; }
p { color: rgb(214,198,101); }
H1.HeaderClassName
{
color: #D6C665;
}
.AnyTagClassName
{
color: #D6C665;
}
</style>
background-color css
<style>
a { background-color: #D6C665; }
a { background-color: rgb(214,198,101); }
div.DivClassName
{
background-color: #D6C665;
}
.BgClassName
{
background-color: #D6C665;
}
</style>
border-color css
<style>
span { border-color: #D6C665; }
span { border-color: rgb(214,198,101); }
td.TdClassName
{
border-color: #D6C665;
}
.TagClassName
{
border-color: #D6C665;
}
</style>