Shades of Tacha #DAC457
Tints of Tacha #DAC457
RGB
CMYK
RGB Variations
Color information
#DAC457 (or 0xDAC457) is known color: Tacha. HEX triplet: DA, C4 and 57. RGB value is (218,196,87). Sum of RGB (Red+Green+Blue) = 218+196+87=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 87 (34.38% from 255 or 17.37% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC457 is #253BA8. Grayscale: #BEBEBE. Windows color (decimal): -2440105 or 5752026. OLE color: 5752026.
HSL color Cylindrical-coordinate representation of color #DAC457: hue angle of 49.92º 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 #DAC457 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 87 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.15 |
| HSL | 49.92º | 0.64% | 0.6% | - |
| HSV(B) | 49.92º | 0.6% | 0.85% | - |
| XYZ | 50.37 | 55.07 | 16.99 | - |
| YUV | 190.15 | 69.79 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 87 | 0 | 0.10 | 0.60 | 0.15 | 49.92 | 0.64 | 0.6 |
| Hex | DA | C4 | 57 | 0 | A | 3C | F | 32 | 40 | 3C |
| Octal | 332 | 304 | 127 | 0 | 12 | 74 | 17 | 62 | 100 | 74 |
| Binary | 11011010 | 11000100 | 1010111 | 0 | 1010 | 111100 | 1111 | 110010 | 1000000 | 111100 |
Color Harmonies of #DAC457
Complementary color
Monochromatic Colors of #DAC457
Black with #DAC457
Text Example
Text Example
White with #DAC457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC457; }
p { color: rgb(218,196,87); }
H1.HeaderClassName
{
color: #DAC457;
}
.AnyTagClassName
{
color: #DAC457;
}
</style>
background-color css
<style>
a { background-color: #DAC457; }
a { background-color: rgb(218,196,87); }
div.DivClassName
{
background-color: #DAC457;
}
.BgClassName
{
background-color: #DAC457;
}
</style>
border-color css
<style>
span { border-color: #DAC457; }
span { border-color: rgb(218,196,87); }
td.TdClassName
{
border-color: #DAC457;
}
.TagClassName
{
border-color: #DAC457;
}
</style>