Shades of Tacha #DAC358
Tints of Tacha #DAC358
RGB
CMYK
RGB Variations
Color information
#DAC358 (or 0xDAC358) is known color: Tacha. HEX triplet: DA, C3 and 58. RGB value is (218,195,88). Sum of RGB (Red+Green+Blue) = 218+195+88=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC358 is #253CA7. Grayscale: #BEBEBE. Windows color (decimal): -2440360 or 5817306. OLE color: 5817306.
HSL color Cylindrical-coordinate representation of color #DAC358: hue angle of 49.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAC358 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 88 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.15 |
| HSL | 49.38º | 0.64% | 0.6% | - |
| HSV(B) | 49.38º | 0.6% | 0.85% | - |
| XYZ | 50.19 | 54.64 | 17.13 | - |
| YUV | 189.68 | 70.62 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 88 | 0 | 0.11 | 0.60 | 0.15 | 49.38 | 0.64 | 0.6 |
| Hex | DA | C3 | 58 | 0 | B | 3C | F | 31 | 40 | 3C |
| Octal | 332 | 303 | 130 | 0 | 13 | 74 | 17 | 61 | 100 | 74 |
| Binary | 11011010 | 11000011 | 1011000 | 0 | 1011 | 111100 | 1111 | 110001 | 1000000 | 111100 |
Color Harmonies of #DAC358
Complementary color
Monochromatic Colors of #DAC358
Black with #DAC358
Text Example
Text Example
White with #DAC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC358; }
p { color: rgb(218,195,88); }
H1.HeaderClassName
{
color: #DAC358;
}
.AnyTagClassName
{
color: #DAC358;
}
</style>
background-color css
<style>
a { background-color: #DAC358; }
a { background-color: rgb(218,195,88); }
div.DivClassName
{
background-color: #DAC358;
}
.BgClassName
{
background-color: #DAC358;
}
</style>
border-color css
<style>
span { border-color: #DAC358; }
span { border-color: rgb(218,195,88); }
td.TdClassName
{
border-color: #DAC358;
}
.TagClassName
{
border-color: #DAC358;
}
</style>