Shades of Tacha #DACA5D
Tints of Tacha #DACA5D
RGB
CMYK
RGB Variations
Color information
#DACA5D (or 0xDACA5D) is known color: Tacha. HEX triplet: DA, CA and 5D. RGB value is (218,202,93). Sum of RGB (Red+Green+Blue) = 218+202+93=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA5D is #2535A2. Grayscale: #C2C2C2. Windows color (decimal): -2438563 or 6146778. OLE color: 6146778.
HSL color Cylindrical-coordinate representation of color #DACA5D: hue angle of 52.32º 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 #DACA5D is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 93 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.15 |
| HSL | 52.32º | 0.63% | 0.61% | - |
| HSV(B) | 52.32º | 0.57% | 0.85% | - |
| XYZ | 52.01 | 57.94 | 18.8 | - |
| YUV | 194.36 | 70.8 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 93 | 0 | 0.07 | 0.57 | 0.15 | 52.32 | 0.63 | 0.61 |
| Hex | DA | CA | 5D | 0 | 7 | 39 | F | 34 | 3F | 3D |
| Octal | 332 | 312 | 135 | 0 | 7 | 71 | 17 | 64 | 77 | 75 |
| Binary | 11011010 | 11001010 | 1011101 | 0 | 111 | 111001 | 1111 | 110100 | 111111 | 111101 |
Color Harmonies of #DACA5D
Complementary color
Monochromatic Colors of #DACA5D
Black with #DACA5D
Text Example
Text Example
White with #DACA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA5D; }
p { color: rgb(218,202,93); }
H1.HeaderClassName
{
color: #DACA5D;
}
.AnyTagClassName
{
color: #DACA5D;
}
</style>
background-color css
<style>
a { background-color: #DACA5D; }
a { background-color: rgb(218,202,93); }
div.DivClassName
{
background-color: #DACA5D;
}
.BgClassName
{
background-color: #DACA5D;
}
</style>
border-color css
<style>
span { border-color: #DACA5D; }
span { border-color: rgb(218,202,93); }
td.TdClassName
{
border-color: #DACA5D;
}
.TagClassName
{
border-color: #DACA5D;
}
</style>