Shades of Tacha #DABE64
Tints of Tacha #DABE64
RGB
CMYK
RGB Variations
Color information
#DABE64 (or 0xDABE64) is known color: Tacha. HEX triplet: DA, BE and 64. RGB value is (218,190,100). Sum of RGB (Red+Green+Blue) = 218+190+100=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABE64 is #25419B. Grayscale: #BCBCBC. Windows color (decimal): -2441628 or 6602458. OLE color: 6602458.
HSL color Cylindrical-coordinate representation of color #DABE64: hue angle of 45.76º 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 #DABE64 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 100 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.15 |
| HSL | 45.76º | 0.61% | 0.62% | - |
| HSV(B) | 45.76º | 0.54% | 0.85% | - |
| XYZ | 49.63 | 52.65 | 19.6 | - |
| YUV | 188.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 100 | 0 | 0.13 | 0.54 | 0.15 | 45.76 | 0.61 | 0.62 |
| Hex | DA | BE | 64 | 0 | D | 36 | F | 2E | 3D | 3E |
| Octal | 332 | 276 | 144 | 0 | 15 | 66 | 17 | 56 | 75 | 76 |
| Binary | 11011010 | 10111110 | 1100100 | 0 | 1101 | 110110 | 1111 | 101110 | 111101 | 111110 |
Color Harmonies of #DABE64
Complementary color
Monochromatic Colors of #DABE64
Black with #DABE64
Text Example
Text Example
White with #DABE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABE64; }
p { color: rgb(218,190,100); }
H1.HeaderClassName
{
color: #DABE64;
}
.AnyTagClassName
{
color: #DABE64;
}
</style>
background-color css
<style>
a { background-color: #DABE64; }
a { background-color: rgb(218,190,100); }
div.DivClassName
{
background-color: #DABE64;
}
.BgClassName
{
background-color: #DABE64;
}
</style>
border-color css
<style>
span { border-color: #DABE64; }
span { border-color: rgb(218,190,100); }
td.TdClassName
{
border-color: #DABE64;
}
.TagClassName
{
border-color: #DABE64;
}
</style>