Shades of Tacha #DAC35C
Tints of Tacha #DAC35C
RGB
CMYK
RGB Variations
Color information
#DAC35C (or 0xDAC35C) is known color: Tacha. HEX triplet: DA, C3 and 5C. RGB value is (218,195,92). Sum of RGB (Red+Green+Blue) = 218+195+92=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC35C is #253CA3. Grayscale: #BEBEBE. Windows color (decimal): -2440356 or 6079450. OLE color: 6079450.
HSL color Cylindrical-coordinate representation of color #DAC35C: hue angle of 49.05º 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 #DAC35C is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 92 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.15 |
| HSL | 49.05º | 0.63% | 0.61% | - |
| HSV(B) | 49.05º | 0.58% | 0.85% | - |
| XYZ | 50.36 | 54.71 | 18.03 | - |
| YUV | 190.14 | 72.62 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 92 | 0 | 0.11 | 0.58 | 0.15 | 49.05 | 0.63 | 0.61 |
| Hex | DA | C3 | 5C | 0 | B | 3A | F | 31 | 3F | 3D |
| Octal | 332 | 303 | 134 | 0 | 13 | 72 | 17 | 61 | 77 | 75 |
| Binary | 11011010 | 11000011 | 1011100 | 0 | 1011 | 111010 | 1111 | 110001 | 111111 | 111101 |
Color Harmonies of #DAC35C
Complementary color
Monochromatic Colors of #DAC35C
Black with #DAC35C
Text Example
Text Example
White with #DAC35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC35C; }
p { color: rgb(218,195,92); }
H1.HeaderClassName
{
color: #DAC35C;
}
.AnyTagClassName
{
color: #DAC35C;
}
</style>
background-color css
<style>
a { background-color: #DAC35C; }
a { background-color: rgb(218,195,92); }
div.DivClassName
{
background-color: #DAC35C;
}
.BgClassName
{
background-color: #DAC35C;
}
</style>
border-color css
<style>
span { border-color: #DAC35C; }
span { border-color: rgb(218,195,92); }
td.TdClassName
{
border-color: #DAC35C;
}
.TagClassName
{
border-color: #DAC35C;
}
</style>