Shades of Tacha #DAC75A
Tints of Tacha #DAC75A
RGB
CMYK
RGB Variations
Color information
#DAC75A (or 0xDAC75A) is known color: Tacha. HEX triplet: DA, C7 and 5A. RGB value is (218,199,90). Sum of RGB (Red+Green+Blue) = 218+199+90=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC75A is #2538A5. Grayscale: #C0C0C0. Windows color (decimal): -2439334 or 5949402. OLE color: 5949402.
HSL color Cylindrical-coordinate representation of color #DAC75A: hue angle of 51.09º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAC75A is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 90 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.15 |
| HSL | 51.09º | 0.63% | 0.6% | - |
| HSV(B) | 51.09º | 0.59% | 0.85% | - |
| XYZ | 51.18 | 56.49 | 17.88 | - |
| YUV | 192.26 | 70.29 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 90 | 0 | 0.09 | 0.59 | 0.15 | 51.09 | 0.63 | 0.6 |
| Hex | DA | C7 | 5A | 0 | 9 | 3B | F | 33 | 3F | 3C |
| Octal | 332 | 307 | 132 | 0 | 11 | 73 | 17 | 63 | 77 | 74 |
| Binary | 11011010 | 11000111 | 1011010 | 0 | 1001 | 111011 | 1111 | 110011 | 111111 | 111100 |
Color Harmonies of #DAC75A
Complementary color
Monochromatic Colors of #DAC75A
Black with #DAC75A
Text Example
Text Example
White with #DAC75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC75A; }
p { color: rgb(218,199,90); }
H1.HeaderClassName
{
color: #DAC75A;
}
.AnyTagClassName
{
color: #DAC75A;
}
</style>
background-color css
<style>
a { background-color: #DAC75A; }
a { background-color: rgb(218,199,90); }
div.DivClassName
{
background-color: #DAC75A;
}
.BgClassName
{
background-color: #DAC75A;
}
</style>
border-color css
<style>
span { border-color: #DAC75A; }
span { border-color: rgb(218,199,90); }
td.TdClassName
{
border-color: #DAC75A;
}
.TagClassName
{
border-color: #DAC75A;
}
</style>