Shades of Tacha #DAC25B
Tints of Tacha #DAC25B
RGB
CMYK
RGB Variations
Color information
#DAC25B (or 0xDAC25B) is known color: Tacha. HEX triplet: DA, C2 and 5B. RGB value is (218,194,91). Sum of RGB (Red+Green+Blue) = 218+194+91=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC25B is #253DA4. Grayscale: #BDBDBD. Windows color (decimal): -2440613 or 6013658. OLE color: 6013658.
HSL color Cylindrical-coordinate representation of color #DAC25B: hue angle of 48.66º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAC25B is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 91 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.15 |
| HSL | 48.66º | 0.63% | 0.61% | - |
| HSV(B) | 48.66º | 0.58% | 0.85% | - |
| XYZ | 50.09 | 54.24 | 17.73 | - |
| YUV | 189.43 | 72.45 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 91 | 0 | 0.11 | 0.58 | 0.15 | 48.66 | 0.63 | 0.61 |
| Hex | DA | C2 | 5B | 0 | B | 3A | F | 31 | 3F | 3D |
| Octal | 332 | 302 | 133 | 0 | 13 | 72 | 17 | 61 | 77 | 75 |
| Binary | 11011010 | 11000010 | 1011011 | 0 | 1011 | 111010 | 1111 | 110001 | 111111 | 111101 |
Color Harmonies of #DAC25B
Complementary color
Monochromatic Colors of #DAC25B
Black with #DAC25B
Text Example
Text Example
White with #DAC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC25B; }
p { color: rgb(218,194,91); }
H1.HeaderClassName
{
color: #DAC25B;
}
.AnyTagClassName
{
color: #DAC25B;
}
</style>
background-color css
<style>
a { background-color: #DAC25B; }
a { background-color: rgb(218,194,91); }
div.DivClassName
{
background-color: #DAC25B;
}
.BgClassName
{
background-color: #DAC25B;
}
</style>
border-color css
<style>
span { border-color: #DAC25B; }
span { border-color: rgb(218,194,91); }
td.TdClassName
{
border-color: #DAC25B;
}
.TagClassName
{
border-color: #DAC25B;
}
</style>