Shades of Tacha #DABB65
Tints of Tacha #DABB65
RGB
CMYK
RGB Variations
Color information
#DABB65 (or 0xDABB65) is known color: Tacha. HEX triplet: DA, BB and 65. RGB value is (218,187,101). Sum of RGB (Red+Green+Blue) = 218+187+101=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB65 is #25449A. Grayscale: #BABABA. Windows color (decimal): -2442395 or 6667226. OLE color: 6667226.
HSL color Cylindrical-coordinate representation of color #DABB65: hue angle of 44.1º 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 #DABB65 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 101 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.15 |
| HSL | 44.1º | 0.61% | 0.63% | - |
| HSV(B) | 44.1º | 0.54% | 0.85% | - |
| XYZ | 49.03 | 51.39 | 19.65 | - |
| YUV | 186.47 | 79.77 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 101 | 0 | 0.14 | 0.54 | 0.15 | 44.1 | 0.61 | 0.63 |
| Hex | DA | BB | 65 | 0 | E | 36 | F | 2C | 3D | 3F |
| Octal | 332 | 273 | 145 | 0 | 16 | 66 | 17 | 54 | 75 | 77 |
| Binary | 11011010 | 10111011 | 1100101 | 0 | 1110 | 110110 | 1111 | 101100 | 111101 | 111111 |
Color Harmonies of #DABB65
Complementary color
Monochromatic Colors of #DABB65
Black with #DABB65
Text Example
Text Example
White with #DABB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB65; }
p { color: rgb(218,187,101); }
H1.HeaderClassName
{
color: #DABB65;
}
.AnyTagClassName
{
color: #DABB65;
}
</style>
background-color css
<style>
a { background-color: #DABB65; }
a { background-color: rgb(218,187,101); }
div.DivClassName
{
background-color: #DABB65;
}
.BgClassName
{
background-color: #DABB65;
}
</style>
border-color css
<style>
span { border-color: #DABB65; }
span { border-color: rgb(218,187,101); }
td.TdClassName
{
border-color: #DABB65;
}
.TagClassName
{
border-color: #DABB65;
}
</style>