Shades of Tacha #D4C666
Tints of Tacha #D4C666
RGB
CMYK
RGB Variations
Color information
#D4C666 (or 0xD4C666) is known color: Tacha. HEX triplet: D4, C6 and 66. RGB value is (212,198,102). Sum of RGB (Red+Green+Blue) = 212+198+102=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C666 is #2B3999. Grayscale: #BFBFBF. Windows color (decimal): -2832794 or 6735572. OLE color: 6735572.
HSL color Cylindrical-coordinate representation of color #D4C666: hue angle of 52.36º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4C666 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 198 | 102 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.17 |
| HSL | 52.36º | 0.56% | 0.62% | - |
| HSV(B) | 52.36º | 0.52% | 0.83% | - |
| XYZ | 49.74 | 55.34 | 20.63 | - |
| YUV | 191.24 | 77.64 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 102 | 0 | 0.07 | 0.52 | 0.17 | 52.36 | 0.56 | 0.62 |
| Hex | D4 | C6 | 66 | 0 | 7 | 34 | 11 | 34 | 38 | 3E |
| Octal | 324 | 306 | 146 | 0 | 7 | 64 | 21 | 64 | 70 | 76 |
| Binary | 11010100 | 11000110 | 1100110 | 0 | 111 | 110100 | 10001 | 110100 | 111000 | 111110 |
Color Harmonies of #D4C666
Complementary color
Monochromatic Colors of #D4C666
Black with #D4C666
Text Example
Text Example
White with #D4C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C666; }
p { color: rgb(212,198,102); }
H1.HeaderClassName
{
color: #D4C666;
}
.AnyTagClassName
{
color: #D4C666;
}
</style>
background-color css
<style>
a { background-color: #D4C666; }
a { background-color: rgb(212,198,102); }
div.DivClassName
{
background-color: #D4C666;
}
.BgClassName
{
background-color: #D4C666;
}
</style>
border-color css
<style>
span { border-color: #D4C666; }
span { border-color: rgb(212,198,102); }
td.TdClassName
{
border-color: #D4C666;
}
.TagClassName
{
border-color: #D4C666;
}
</style>