Shades of Tacha #DAC165
Tints of Tacha #DAC165
RGB
CMYK
RGB Variations
Color information
#DAC165 (or 0xDAC165) is known color: Tacha. HEX triplet: DA, C1 and 65. RGB value is (218,193,101). Sum of RGB (Red+Green+Blue) = 218+193+101=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC165 is #253E9A. Grayscale: #BEBEBE. Windows color (decimal): -2440859 or 6668762. OLE color: 6668762.
HSL color Cylindrical-coordinate representation of color #DAC165: hue angle of 47.18º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAC165 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 101 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.15 |
| HSL | 47.18º | 0.61% | 0.63% | - |
| HSV(B) | 47.18º | 0.54% | 0.85% | - |
| XYZ | 50.33 | 53.98 | 20.08 | - |
| YUV | 189.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 101 | 0 | 0.11 | 0.54 | 0.15 | 47.18 | 0.61 | 0.63 |
| Hex | DA | C1 | 65 | 0 | B | 36 | F | 2F | 3D | 3F |
| Octal | 332 | 301 | 145 | 0 | 13 | 66 | 17 | 57 | 75 | 77 |
| Binary | 11011010 | 11000001 | 1100101 | 0 | 1011 | 110110 | 1111 | 101111 | 111101 | 111111 |
Color Harmonies of #DAC165
Complementary color
Monochromatic Colors of #DAC165
Black with #DAC165
Text Example
Text Example
White with #DAC165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC165; }
p { color: rgb(218,193,101); }
H1.HeaderClassName
{
color: #DAC165;
}
.AnyTagClassName
{
color: #DAC165;
}
</style>
background-color css
<style>
a { background-color: #DAC165; }
a { background-color: rgb(218,193,101); }
div.DivClassName
{
background-color: #DAC165;
}
.BgClassName
{
background-color: #DAC165;
}
</style>
border-color css
<style>
span { border-color: #DAC165; }
span { border-color: rgb(218,193,101); }
td.TdClassName
{
border-color: #DAC165;
}
.TagClassName
{
border-color: #DAC165;
}
</style>