Shades of Tacha #DABD64
Tints of Tacha #DABD64
RGB
CMYK
RGB Variations
Color information
#DABD64 (or 0xDABD64) is known color: Tacha. HEX triplet: DA, BD and 64. RGB value is (218,189,100). Sum of RGB (Red+Green+Blue) = 218+189+100=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD64 is #25429B. Grayscale: #BBBBBB. Windows color (decimal): -2441884 or 6602202. OLE color: 6602202.
HSL color Cylindrical-coordinate representation of color #DABD64: hue angle of 45.25º 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 #DABD64 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 100 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.15 |
| HSL | 45.25º | 0.61% | 0.62% | - |
| HSV(B) | 45.25º | 0.54% | 0.85% | - |
| XYZ | 49.41 | 52.22 | 19.53 | - |
| YUV | 187.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 100 | 0 | 0.13 | 0.54 | 0.15 | 45.25 | 0.61 | 0.62 |
| Hex | DA | BD | 64 | 0 | D | 36 | F | 2D | 3D | 3E |
| Octal | 332 | 275 | 144 | 0 | 15 | 66 | 17 | 55 | 75 | 76 |
| Binary | 11011010 | 10111101 | 1100100 | 0 | 1101 | 110110 | 1111 | 101101 | 111101 | 111110 |
Color Harmonies of #DABD64
Complementary color
Monochromatic Colors of #DABD64
Black with #DABD64
Text Example
Text Example
White with #DABD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD64; }
p { color: rgb(218,189,100); }
H1.HeaderClassName
{
color: #DABD64;
}
.AnyTagClassName
{
color: #DABD64;
}
</style>
background-color css
<style>
a { background-color: #DABD64; }
a { background-color: rgb(218,189,100); }
div.DivClassName
{
background-color: #DABD64;
}
.BgClassName
{
background-color: #DABD64;
}
</style>
border-color css
<style>
span { border-color: #DABD64; }
span { border-color: rgb(218,189,100); }
td.TdClassName
{
border-color: #DABD64;
}
.TagClassName
{
border-color: #DABD64;
}
</style>