Shades of Tacha #DAC357
Tints of Tacha #DAC357
RGB
CMYK
RGB Variations
Color information
#DAC357 (or 0xDAC357) is known color: Tacha. HEX triplet: DA, C3 and 57. RGB value is (218,195,87). Sum of RGB (Red+Green+Blue) = 218+195+87=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC357 is #253CA8. Grayscale: #BEBEBE. Windows color (decimal): -2440361 or 5751770. OLE color: 5751770.
HSL color Cylindrical-coordinate representation of color #DAC357: hue angle of 49.47º 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 #DAC357 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 87 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.15 |
| HSL | 49.47º | 0.64% | 0.6% | - |
| HSV(B) | 49.47º | 0.6% | 0.85% | - |
| XYZ | 50.15 | 54.62 | 16.92 | - |
| YUV | 189.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 87 | 0 | 0.11 | 0.60 | 0.15 | 49.47 | 0.64 | 0.6 |
| Hex | DA | C3 | 57 | 0 | B | 3C | F | 31 | 40 | 3C |
| Octal | 332 | 303 | 127 | 0 | 13 | 74 | 17 | 61 | 100 | 74 |
| Binary | 11011010 | 11000011 | 1010111 | 0 | 1011 | 111100 | 1111 | 110001 | 1000000 | 111100 |
Color Harmonies of #DAC357
Complementary color
Monochromatic Colors of #DAC357
Black with #DAC357
Text Example
Text Example
White with #DAC357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC357; }
p { color: rgb(218,195,87); }
H1.HeaderClassName
{
color: #DAC357;
}
.AnyTagClassName
{
color: #DAC357;
}
</style>
background-color css
<style>
a { background-color: #DAC357; }
a { background-color: rgb(218,195,87); }
div.DivClassName
{
background-color: #DAC357;
}
.BgClassName
{
background-color: #DAC357;
}
</style>
border-color css
<style>
span { border-color: #DAC357; }
span { border-color: rgb(218,195,87); }
td.TdClassName
{
border-color: #DAC357;
}
.TagClassName
{
border-color: #DAC357;
}
</style>