Shades of Tacha #DAC45C
Tints of Tacha #DAC45C
RGB
CMYK
RGB Variations
Color information
#DAC45C (or 0xDAC45C) is known color: Tacha. HEX triplet: DA, C4 and 5C. RGB value is (218,196,92). Sum of RGB (Red+Green+Blue) = 218+196+92=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC45C is #253BA3. Grayscale: #BFBFBF. Windows color (decimal): -2440100 or 6079706. OLE color: 6079706.
HSL color Cylindrical-coordinate representation of color #DAC45C: hue angle of 49.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAC45C is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 92 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.15 |
| HSL | 49.52º | 0.63% | 0.61% | - |
| HSV(B) | 49.52º | 0.58% | 0.85% | - |
| XYZ | 50.59 | 55.16 | 18.11 | - |
| YUV | 190.72 | 72.29 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 92 | 0 | 0.10 | 0.58 | 0.15 | 49.52 | 0.63 | 0.61 |
| Hex | DA | C4 | 5C | 0 | A | 3A | F | 32 | 3F | 3D |
| Octal | 332 | 304 | 134 | 0 | 12 | 72 | 17 | 62 | 77 | 75 |
| Binary | 11011010 | 11000100 | 1011100 | 0 | 1010 | 111010 | 1111 | 110010 | 111111 | 111101 |
Color Harmonies of #DAC45C
Complementary color
Monochromatic Colors of #DAC45C
Black with #DAC45C
Text Example
Text Example
White with #DAC45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC45C; }
p { color: rgb(218,196,92); }
H1.HeaderClassName
{
color: #DAC45C;
}
.AnyTagClassName
{
color: #DAC45C;
}
</style>
background-color css
<style>
a { background-color: #DAC45C; }
a { background-color: rgb(218,196,92); }
div.DivClassName
{
background-color: #DAC45C;
}
.BgClassName
{
background-color: #DAC45C;
}
</style>
border-color css
<style>
span { border-color: #DAC45C; }
span { border-color: rgb(218,196,92); }
td.TdClassName
{
border-color: #DAC45C;
}
.TagClassName
{
border-color: #DAC45C;
}
</style>