Shades of Tacha #DACA5E
Tints of Tacha #DACA5E
RGB
CMYK
RGB Variations
Color information
#DACA5E (or 0xDACA5E) is known color: Tacha. HEX triplet: DA, CA and 5E. RGB value is (218,202,94). Sum of RGB (Red+Green+Blue) = 218+202+94=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA5E is #2535A1. Grayscale: #C2C2C2. Windows color (decimal): -2438562 or 6212314. OLE color: 6212314.
HSL color Cylindrical-coordinate representation of color #DACA5E: hue angle of 52.26º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DACA5E is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 94 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.15 |
| HSL | 52.26º | 0.63% | 0.61% | - |
| HSV(B) | 52.26º | 0.57% | 0.85% | - |
| XYZ | 52.05 | 57.95 | 19.03 | - |
| YUV | 194.47 | 71.3 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 94 | 0 | 0.07 | 0.57 | 0.15 | 52.26 | 0.63 | 0.61 |
| Hex | DA | CA | 5E | 0 | 7 | 39 | F | 34 | 3F | 3D |
| Octal | 332 | 312 | 136 | 0 | 7 | 71 | 17 | 64 | 77 | 75 |
| Binary | 11011010 | 11001010 | 1011110 | 0 | 111 | 111001 | 1111 | 110100 | 111111 | 111101 |
Color Harmonies of #DACA5E
Complementary color
Monochromatic Colors of #DACA5E
Black with #DACA5E
Text Example
Text Example
White with #DACA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA5E; }
p { color: rgb(218,202,94); }
H1.HeaderClassName
{
color: #DACA5E;
}
.AnyTagClassName
{
color: #DACA5E;
}
</style>
background-color css
<style>
a { background-color: #DACA5E; }
a { background-color: rgb(218,202,94); }
div.DivClassName
{
background-color: #DACA5E;
}
.BgClassName
{
background-color: #DACA5E;
}
</style>
border-color css
<style>
span { border-color: #DACA5E; }
span { border-color: rgb(218,202,94); }
td.TdClassName
{
border-color: #DACA5E;
}
.TagClassName
{
border-color: #DACA5E;
}
</style>