Shades of Tacha #D9C163
Tints of Tacha #D9C163
RGB
CMYK
RGB Variations
Color information
#D9C163 (or 0xD9C163) is known color: Tacha. HEX triplet: D9, C1 and 63. RGB value is (217,193,99). Sum of RGB (Red+Green+Blue) = 217+193+99=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C163 is #263E9C. Grayscale: #BDBDBD. Windows color (decimal): -2506397 or 6537689. OLE color: 6537689.
HSL color Cylindrical-coordinate representation of color #D9C163: hue angle of 47.8º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9C163 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 99 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.15 |
| HSL | 47.8º | 0.61% | 0.62% | - |
| HSV(B) | 47.8º | 0.54% | 0.85% | - |
| XYZ | 49.94 | 53.79 | 19.56 | - |
| YUV | 189.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 99 | 0 | 0.11 | 0.54 | 0.15 | 47.8 | 0.61 | 0.62 |
| Hex | D9 | C1 | 63 | 0 | B | 36 | F | 30 | 3D | 3E |
| Octal | 331 | 301 | 143 | 0 | 13 | 66 | 17 | 60 | 75 | 76 |
| Binary | 11011001 | 11000001 | 1100011 | 0 | 1011 | 110110 | 1111 | 110000 | 111101 | 111110 |
Color Harmonies of #D9C163
Complementary color
Monochromatic Colors of #D9C163
Black with #D9C163
Text Example
Text Example
White with #D9C163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C163; }
p { color: rgb(217,193,99); }
H1.HeaderClassName
{
color: #D9C163;
}
.AnyTagClassName
{
color: #D9C163;
}
</style>
background-color css
<style>
a { background-color: #D9C163; }
a { background-color: rgb(217,193,99); }
div.DivClassName
{
background-color: #D9C163;
}
.BgClassName
{
background-color: #D9C163;
}
</style>
border-color css
<style>
span { border-color: #D9C163; }
span { border-color: rgb(217,193,99); }
td.TdClassName
{
border-color: #D9C163;
}
.TagClassName
{
border-color: #D9C163;
}
</style>