Shades of Tacha #DABC64
Tints of Tacha #DABC64
RGB
CMYK
RGB Variations
Color information
#DABC64 (or 0xDABC64) is known color: Tacha. HEX triplet: DA, BC and 64. RGB value is (218,188,100). Sum of RGB (Red+Green+Blue) = 218+188+100=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC64 is #25439B. Grayscale: #BBBBBB. Windows color (decimal): -2442140 or 6601946. OLE color: 6601946.
HSL color Cylindrical-coordinate representation of color #DABC64: hue angle of 44.75º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DABC64 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 100 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.15 |
| HSL | 44.75º | 0.61% | 0.62% | - |
| HSV(B) | 44.75º | 0.54% | 0.85% | - |
| XYZ | 49.2 | 51.79 | 19.46 | - |
| YUV | 186.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 100 | 0 | 0.14 | 0.54 | 0.15 | 44.75 | 0.61 | 0.62 |
| Hex | DA | BC | 64 | 0 | E | 36 | F | 2D | 3D | 3E |
| Octal | 332 | 274 | 144 | 0 | 16 | 66 | 17 | 55 | 75 | 76 |
| Binary | 11011010 | 10111100 | 1100100 | 0 | 1110 | 110110 | 1111 | 101101 | 111101 | 111110 |
Color Harmonies of #DABC64
Complementary color
Monochromatic Colors of #DABC64
Black with #DABC64
Text Example
Text Example
White with #DABC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC64; }
p { color: rgb(218,188,100); }
H1.HeaderClassName
{
color: #DABC64;
}
.AnyTagClassName
{
color: #DABC64;
}
</style>
background-color css
<style>
a { background-color: #DABC64; }
a { background-color: rgb(218,188,100); }
div.DivClassName
{
background-color: #DABC64;
}
.BgClassName
{
background-color: #DABC64;
}
</style>
border-color css
<style>
span { border-color: #DABC64; }
span { border-color: rgb(218,188,100); }
td.TdClassName
{
border-color: #DABC64;
}
.TagClassName
{
border-color: #DABC64;
}
</style>