Shades of Tacha #DAC163
Tints of Tacha #DAC163
RGB
CMYK
RGB Variations
Color information
#DAC163 (or 0xDAC163) is known color: Tacha. HEX triplet: DA, C1 and 63. RGB value is (218,193,99). Sum of RGB (Red+Green+Blue) = 218+193+99=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC163 is #253E9C. Grayscale: #BEBEBE. Windows color (decimal): -2440861 or 6537690. OLE color: 6537690.
HSL color Cylindrical-coordinate representation of color #DAC163: hue angle of 47.39º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAC163 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 99 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.15 |
| HSL | 47.39º | 0.62% | 0.62% | - |
| HSV(B) | 47.39º | 0.55% | 0.85% | - |
| XYZ | 50.24 | 53.95 | 19.57 | - |
| YUV | 189.76 | 76.78 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 99 | 0 | 0.11 | 0.55 | 0.15 | 47.39 | 0.62 | 0.62 |
| Hex | DA | C1 | 63 | 0 | B | 37 | F | 2F | 3E | 3E |
| Octal | 332 | 301 | 143 | 0 | 13 | 67 | 17 | 57 | 76 | 76 |
| Binary | 11011010 | 11000001 | 1100011 | 0 | 1011 | 110111 | 1111 | 101111 | 111110 | 111110 |
Color Harmonies of #DAC163
Complementary color
Monochromatic Colors of #DAC163
Black with #DAC163
Text Example
Text Example
White with #DAC163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC163; }
p { color: rgb(218,193,99); }
H1.HeaderClassName
{
color: #DAC163;
}
.AnyTagClassName
{
color: #DAC163;
}
</style>
background-color css
<style>
a { background-color: #DAC163; }
a { background-color: rgb(218,193,99); }
div.DivClassName
{
background-color: #DAC163;
}
.BgClassName
{
background-color: #DAC163;
}
</style>
border-color css
<style>
span { border-color: #DAC163; }
span { border-color: rgb(218,193,99); }
td.TdClassName
{
border-color: #DAC163;
}
.TagClassName
{
border-color: #DAC163;
}
</style>