Shades of Tacha #DAC25E
Tints of Tacha #DAC25E
RGB
CMYK
RGB Variations
Color information
#DAC25E (or 0xDAC25E) is known color: Tacha. HEX triplet: DA, C2 and 5E. RGB value is (218,194,94). Sum of RGB (Red+Green+Blue) = 218+194+94=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC25E is #253DA1. Grayscale: #BEBEBE. Windows color (decimal): -2440610 or 6210266. OLE color: 6210266.
HSL color Cylindrical-coordinate representation of color #DAC25E: hue angle of 48.39º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAC25E is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 94 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.15 |
| HSL | 48.39º | 0.63% | 0.61% | - |
| HSV(B) | 48.39º | 0.57% | 0.85% | - |
| XYZ | 50.23 | 54.3 | 18.42 | - |
| YUV | 189.78 | 73.95 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 94 | 0 | 0.11 | 0.57 | 0.15 | 48.39 | 0.63 | 0.61 |
| Hex | DA | C2 | 5E | 0 | B | 39 | F | 30 | 3F | 3D |
| Octal | 332 | 302 | 136 | 0 | 13 | 71 | 17 | 60 | 77 | 75 |
| Binary | 11011010 | 11000010 | 1011110 | 0 | 1011 | 111001 | 1111 | 110000 | 111111 | 111101 |
Color Harmonies of #DAC25E
Complementary color
Monochromatic Colors of #DAC25E
Black with #DAC25E
Text Example
Text Example
White with #DAC25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC25E; }
p { color: rgb(218,194,94); }
H1.HeaderClassName
{
color: #DAC25E;
}
.AnyTagClassName
{
color: #DAC25E;
}
</style>
background-color css
<style>
a { background-color: #DAC25E; }
a { background-color: rgb(218,194,94); }
div.DivClassName
{
background-color: #DAC25E;
}
.BgClassName
{
background-color: #DAC25E;
}
</style>
border-color css
<style>
span { border-color: #DAC25E; }
span { border-color: rgb(218,194,94); }
td.TdClassName
{
border-color: #DAC25E;
}
.TagClassName
{
border-color: #DAC25E;
}
</style>