Shades of Tacha #DABB68
Tints of Tacha #DABB68
RGB
CMYK
RGB Variations
Color information
#DABB68 (or 0xDABB68) is known color: Tacha. HEX triplet: DA, BB and 68. RGB value is (218,187,104). Sum of RGB (Red+Green+Blue) = 218+187+104=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB68 is #254497. Grayscale: #BBBBBB. Windows color (decimal): -2442392 or 6863834. OLE color: 6863834.
HSL color Cylindrical-coordinate representation of color #DABB68: hue angle of 43.68º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DABB68 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 104 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.15 |
| HSL | 43.68º | 0.61% | 0.63% | - |
| HSV(B) | 43.68º | 0.52% | 0.85% | - |
| XYZ | 49.18 | 51.45 | 20.43 | - |
| YUV | 186.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 104 | 0 | 0.14 | 0.52 | 0.15 | 43.68 | 0.61 | 0.63 |
| Hex | DA | BB | 68 | 0 | E | 34 | F | 2C | 3D | 3F |
| Octal | 332 | 273 | 150 | 0 | 16 | 64 | 17 | 54 | 75 | 77 |
| Binary | 11011010 | 10111011 | 1101000 | 0 | 1110 | 110100 | 1111 | 101100 | 111101 | 111111 |
Color Harmonies of #DABB68
Complementary color
Monochromatic Colors of #DABB68
Black with #DABB68
Text Example
Text Example
White with #DABB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB68; }
p { color: rgb(218,187,104); }
H1.HeaderClassName
{
color: #DABB68;
}
.AnyTagClassName
{
color: #DABB68;
}
</style>
background-color css
<style>
a { background-color: #DABB68; }
a { background-color: rgb(218,187,104); }
div.DivClassName
{
background-color: #DABB68;
}
.BgClassName
{
background-color: #DABB68;
}
</style>
border-color css
<style>
span { border-color: #DABB68; }
span { border-color: rgb(218,187,104); }
td.TdClassName
{
border-color: #DABB68;
}
.TagClassName
{
border-color: #DABB68;
}
</style>