Shades of Tacha #DAC15F
Tints of Tacha #DAC15F
RGB
CMYK
RGB Variations
Color information
#DAC15F (or 0xDAC15F) is known color: Tacha. HEX triplet: DA, C1 and 5F. RGB value is (218,193,95). Sum of RGB (Red+Green+Blue) = 218+193+95=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC15F is #253EA0. Grayscale: #BDBDBD. Windows color (decimal): -2440865 or 6275546. OLE color: 6275546.
HSL color Cylindrical-coordinate representation of color #DAC15F: hue angle of 47.8º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAC15F is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 95 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.15 |
| HSL | 47.8º | 0.62% | 0.61% | - |
| HSV(B) | 47.8º | 0.56% | 0.85% | - |
| XYZ | 50.05 | 53.87 | 18.59 | - |
| YUV | 189.3 | 74.78 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 95 | 0 | 0.11 | 0.56 | 0.15 | 47.8 | 0.62 | 0.61 |
| Hex | DA | C1 | 5F | 0 | B | 38 | F | 30 | 3E | 3D |
| Octal | 332 | 301 | 137 | 0 | 13 | 70 | 17 | 60 | 76 | 75 |
| Binary | 11011010 | 11000001 | 1011111 | 0 | 1011 | 111000 | 1111 | 110000 | 111110 | 111101 |
Color Harmonies of #DAC15F
Complementary color
Monochromatic Colors of #DAC15F
Black with #DAC15F
Text Example
Text Example
White with #DAC15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC15F; }
p { color: rgb(218,193,95); }
H1.HeaderClassName
{
color: #DAC15F;
}
.AnyTagClassName
{
color: #DAC15F;
}
</style>
background-color css
<style>
a { background-color: #DAC15F; }
a { background-color: rgb(218,193,95); }
div.DivClassName
{
background-color: #DAC15F;
}
.BgClassName
{
background-color: #DAC15F;
}
</style>
border-color css
<style>
span { border-color: #DAC15F; }
span { border-color: rgb(218,193,95); }
td.TdClassName
{
border-color: #DAC15F;
}
.TagClassName
{
border-color: #DAC15F;
}
</style>