Shades of Tacha #D9C066
Tints of Tacha #D9C066
RGB
CMYK
RGB Variations
Color information
#D9C066 (or 0xD9C066) is known color: Tacha. HEX triplet: D9, C0 and 66. RGB value is (217,192,102). Sum of RGB (Red+Green+Blue) = 217+192+102=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C066 is #263F99. Grayscale: #BDBDBD. Windows color (decimal): -2506650 or 6734041. OLE color: 6734041.
HSL color Cylindrical-coordinate representation of color #D9C066: hue angle of 46.96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9C066 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 102 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.15 |
| HSL | 46.96º | 0.6% | 0.63% | - |
| HSV(B) | 46.96º | 0.53% | 0.85% | - |
| XYZ | 49.86 | 53.41 | 20.25 | - |
| YUV | 189.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 102 | 0 | 0.12 | 0.53 | 0.15 | 46.96 | 0.6 | 0.63 |
| Hex | D9 | C0 | 66 | 0 | C | 35 | F | 2F | 3C | 3F |
| Octal | 331 | 300 | 146 | 0 | 14 | 65 | 17 | 57 | 74 | 77 |
| Binary | 11011001 | 11000000 | 1100110 | 0 | 1100 | 110101 | 1111 | 101111 | 111100 | 111111 |
Color Harmonies of #D9C066
Complementary color
Monochromatic Colors of #D9C066
Black with #D9C066
Text Example
Text Example
White with #D9C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C066; }
p { color: rgb(217,192,102); }
H1.HeaderClassName
{
color: #D9C066;
}
.AnyTagClassName
{
color: #D9C066;
}
</style>
background-color css
<style>
a { background-color: #D9C066; }
a { background-color: rgb(217,192,102); }
div.DivClassName
{
background-color: #D9C066;
}
.BgClassName
{
background-color: #D9C066;
}
</style>
border-color css
<style>
span { border-color: #D9C066; }
span { border-color: rgb(217,192,102); }
td.TdClassName
{
border-color: #D9C066;
}
.TagClassName
{
border-color: #D9C066;
}
</style>