Shades of Tacha #DAC154
Tints of Tacha #DAC154
RGB
CMYK
RGB Variations
Color information
#DAC154 (or 0xDAC154) is known color: Tacha. HEX triplet: DA, C1 and 54. RGB value is (218,193,84). Sum of RGB (Red+Green+Blue) = 218+193+84=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC154 is #253EAB. Grayscale: #BCBCBC. Windows color (decimal): -2440876 or 5554650. OLE color: 5554650.
HSL color Cylindrical-coordinate representation of color #DAC154: hue angle of 48.81º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAC154 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 84 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.15 |
| HSL | 48.81º | 0.64% | 0.59% | - |
| HSV(B) | 48.81º | 0.61% | 0.85% | - |
| XYZ | 49.58 | 53.69 | 16.14 | - |
| YUV | 188.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 84 | 0 | 0.11 | 0.61 | 0.15 | 48.81 | 0.64 | 0.59 |
| Hex | DA | C1 | 54 | 0 | B | 3D | F | 31 | 40 | 3B |
| Octal | 332 | 301 | 124 | 0 | 13 | 75 | 17 | 61 | 100 | 73 |
| Binary | 11011010 | 11000001 | 1010100 | 0 | 1011 | 111101 | 1111 | 110001 | 1000000 | 111011 |
Color Harmonies of #DAC154
Complementary color
Monochromatic Colors of #DAC154
Black with #DAC154
Text Example
Text Example
White with #DAC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC154; }
p { color: rgb(218,193,84); }
H1.HeaderClassName
{
color: #DAC154;
}
.AnyTagClassName
{
color: #DAC154;
}
</style>
background-color css
<style>
a { background-color: #DAC154; }
a { background-color: rgb(218,193,84); }
div.DivClassName
{
background-color: #DAC154;
}
.BgClassName
{
background-color: #DAC154;
}
</style>
border-color css
<style>
span { border-color: #DAC154; }
span { border-color: rgb(218,193,84); }
td.TdClassName
{
border-color: #DAC154;
}
.TagClassName
{
border-color: #DAC154;
}
</style>