Shades of Tacha #D5C666
Tints of Tacha #D5C666
RGB
CMYK
RGB Variations
Color information
#D5C666 (or 0xD5C666) is known color: Tacha. HEX triplet: D5, C6 and 66. RGB value is (213,198,102). Sum of RGB (Red+Green+Blue) = 213+198+102=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C666 is #2A3999. Grayscale: #BFBFBF. Windows color (decimal): -2767258 or 6735573. OLE color: 6735573.
HSL color Cylindrical-coordinate representation of color #D5C666: hue angle of 51.89º degrees, saturation: 0.57, 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 #D5C666 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 102 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.16 |
| HSL | 51.89º | 0.57% | 0.62% | - |
| HSV(B) | 51.89º | 0.52% | 0.84% | - |
| XYZ | 50.03 | 55.49 | 20.64 | - |
| YUV | 191.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 102 | 0 | 0.07 | 0.52 | 0.16 | 51.89 | 0.57 | 0.62 |
| Hex | D5 | C6 | 66 | 0 | 7 | 34 | 10 | 34 | 39 | 3E |
| Octal | 325 | 306 | 146 | 0 | 7 | 64 | 20 | 64 | 71 | 76 |
| Binary | 11010101 | 11000110 | 1100110 | 0 | 111 | 110100 | 10000 | 110100 | 111001 | 111110 |
Color Harmonies of #D5C666
Complementary color
Monochromatic Colors of #D5C666
Black with #D5C666
Text Example
Text Example
White with #D5C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C666; }
p { color: rgb(213,198,102); }
H1.HeaderClassName
{
color: #D5C666;
}
.AnyTagClassName
{
color: #D5C666;
}
</style>
background-color css
<style>
a { background-color: #D5C666; }
a { background-color: rgb(213,198,102); }
div.DivClassName
{
background-color: #D5C666;
}
.BgClassName
{
background-color: #D5C666;
}
</style>
border-color css
<style>
span { border-color: #D5C666; }
span { border-color: rgb(213,198,102); }
td.TdClassName
{
border-color: #D5C666;
}
.TagClassName
{
border-color: #D5C666;
}
</style>