Shades of Tacha #DAC355
Tints of Tacha #DAC355
RGB
CMYK
RGB Variations
Color information
#DAC355 (or 0xDAC355) is known color: Tacha. HEX triplet: DA, C3 and 55. RGB value is (218,195,85). Sum of RGB (Red+Green+Blue) = 218+195+85=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC355 is #253CAA. Grayscale: #BDBDBD. Windows color (decimal): -2440363 or 5620698. OLE color: 5620698.
HSL color Cylindrical-coordinate representation of color #DAC355: hue angle of 49.62º 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 #DAC355 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 85 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.15 |
| HSL | 49.62º | 0.64% | 0.59% | - |
| HSV(B) | 49.62º | 0.61% | 0.85% | - |
| XYZ | 50.07 | 54.59 | 16.49 | - |
| YUV | 189.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 85 | 0 | 0.11 | 0.61 | 0.15 | 49.62 | 0.64 | 0.59 |
| Hex | DA | C3 | 55 | 0 | B | 3D | F | 32 | 40 | 3B |
| Octal | 332 | 303 | 125 | 0 | 13 | 75 | 17 | 62 | 100 | 73 |
| Binary | 11011010 | 11000011 | 1010101 | 0 | 1011 | 111101 | 1111 | 110010 | 1000000 | 111011 |
Color Harmonies of #DAC355
Complementary color
Monochromatic Colors of #DAC355
Black with #DAC355
Text Example
Text Example
White with #DAC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC355; }
p { color: rgb(218,195,85); }
H1.HeaderClassName
{
color: #DAC355;
}
.AnyTagClassName
{
color: #DAC355;
}
</style>
background-color css
<style>
a { background-color: #DAC355; }
a { background-color: rgb(218,195,85); }
div.DivClassName
{
background-color: #DAC355;
}
.BgClassName
{
background-color: #DAC355;
}
</style>
border-color css
<style>
span { border-color: #DAC355; }
span { border-color: rgb(218,195,85); }
td.TdClassName
{
border-color: #DAC355;
}
.TagClassName
{
border-color: #DAC355;
}
</style>