Shades of Tacha #DABC58
Tints of Tacha #DABC58
RGB
CMYK
RGB Variations
Color information
#DABC58 (or 0xDABC58) is known color: Tacha. HEX triplet: DA, BC and 58. RGB value is (218,188,88). Sum of RGB (Red+Green+Blue) = 218+188+88=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 88 (34.77% from 255 or 17.81% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC58 is #2543A7. Grayscale: #BABABA. Windows color (decimal): -2442152 or 5815514. OLE color: 5815514.
HSL color Cylindrical-coordinate representation of color #DABC58: hue angle of 46.15º 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 #DABC58 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 88 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.15 |
| HSL | 46.15º | 0.64% | 0.6% | - |
| HSV(B) | 46.15º | 0.6% | 0.85% | - |
| XYZ | 48.66 | 51.58 | 16.62 | - |
| YUV | 185.57 | 72.94 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 88 | 0 | 0.14 | 0.60 | 0.15 | 46.15 | 0.64 | 0.6 |
| Hex | DA | BC | 58 | 0 | E | 3C | F | 2E | 40 | 3C |
| Octal | 332 | 274 | 130 | 0 | 16 | 74 | 17 | 56 | 100 | 74 |
| Binary | 11011010 | 10111100 | 1011000 | 0 | 1110 | 111100 | 1111 | 101110 | 1000000 | 111100 |
Color Harmonies of #DABC58
Complementary color
Monochromatic Colors of #DABC58
Black with #DABC58
Text Example
Text Example
White with #DABC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC58; }
p { color: rgb(218,188,88); }
H1.HeaderClassName
{
color: #DABC58;
}
.AnyTagClassName
{
color: #DABC58;
}
</style>
background-color css
<style>
a { background-color: #DABC58; }
a { background-color: rgb(218,188,88); }
div.DivClassName
{
background-color: #DABC58;
}
.BgClassName
{
background-color: #DABC58;
}
</style>
border-color css
<style>
span { border-color: #DABC58; }
span { border-color: rgb(218,188,88); }
td.TdClassName
{
border-color: #DABC58;
}
.TagClassName
{
border-color: #DABC58;
}
</style>