Shades of Tacha #DABF65
Tints of Tacha #DABF65
RGB
CMYK
RGB Variations
Color information
#DABF65 (or 0xDABF65) is known color: Tacha. HEX triplet: DA, BF and 65. RGB value is (218,191,101). Sum of RGB (Red+Green+Blue) = 218+191+101=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF65 is #25409A. Grayscale: #BDBDBD. Windows color (decimal): -2441371 or 6668250. OLE color: 6668250.
HSL color Cylindrical-coordinate representation of color #DABF65: hue angle of 46.15º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DABF65 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 101 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.15 |
| HSL | 46.15º | 0.61% | 0.63% | - |
| HSV(B) | 46.15º | 0.54% | 0.85% | - |
| XYZ | 49.89 | 53.11 | 19.93 | - |
| YUV | 188.81 | 78.45 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 101 | 0 | 0.12 | 0.54 | 0.15 | 46.15 | 0.61 | 0.63 |
| Hex | DA | BF | 65 | 0 | C | 36 | F | 2E | 3D | 3F |
| Octal | 332 | 277 | 145 | 0 | 14 | 66 | 17 | 56 | 75 | 77 |
| Binary | 11011010 | 10111111 | 1100101 | 0 | 1100 | 110110 | 1111 | 101110 | 111101 | 111111 |
Color Harmonies of #DABF65
Complementary color
Monochromatic Colors of #DABF65
Black with #DABF65
Text Example
Text Example
White with #DABF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF65; }
p { color: rgb(218,191,101); }
H1.HeaderClassName
{
color: #DABF65;
}
.AnyTagClassName
{
color: #DABF65;
}
</style>
background-color css
<style>
a { background-color: #DABF65; }
a { background-color: rgb(218,191,101); }
div.DivClassName
{
background-color: #DABF65;
}
.BgClassName
{
background-color: #DABF65;
}
</style>
border-color css
<style>
span { border-color: #DABF65; }
span { border-color: rgb(218,191,101); }
td.TdClassName
{
border-color: #DABF65;
}
.TagClassName
{
border-color: #DABF65;
}
</style>