Shades of Tacha #DABA67
Tints of Tacha #DABA67
RGB
CMYK
RGB Variations
Color information
#DABA67 (or 0xDABA67) is known color: Tacha. HEX triplet: DA, BA and 67. RGB value is (218,186,103). Sum of RGB (Red+Green+Blue) = 218+186+103=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 103 (40.62% from 255 or 20.32% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA67 is #254598. Grayscale: #BABABA. Windows color (decimal): -2442649 or 6798042. OLE color: 6798042.
HSL color Cylindrical-coordinate representation of color #DABA67: hue angle of 43.3º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DABA67 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 103 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.15 |
| HSL | 43.3º | 0.61% | 0.63% | - |
| HSV(B) | 43.3º | 0.53% | 0.85% | - |
| XYZ | 48.92 | 51 | 20.1 | - |
| YUV | 186.11 | 81.1 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 103 | 0 | 0.15 | 0.53 | 0.15 | 43.3 | 0.61 | 0.63 |
| Hex | DA | BA | 67 | 0 | F | 35 | F | 2B | 3D | 3F |
| Octal | 332 | 272 | 147 | 0 | 17 | 65 | 17 | 53 | 75 | 77 |
| Binary | 11011010 | 10111010 | 1100111 | 0 | 1111 | 110101 | 1111 | 101011 | 111101 | 111111 |
Color Harmonies of #DABA67
Complementary color
Monochromatic Colors of #DABA67
Black with #DABA67
Text Example
Text Example
White with #DABA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA67; }
p { color: rgb(218,186,103); }
H1.HeaderClassName
{
color: #DABA67;
}
.AnyTagClassName
{
color: #DABA67;
}
</style>
background-color css
<style>
a { background-color: #DABA67; }
a { background-color: rgb(218,186,103); }
div.DivClassName
{
background-color: #DABA67;
}
.BgClassName
{
background-color: #DABA67;
}
</style>
border-color css
<style>
span { border-color: #DABA67; }
span { border-color: rgb(218,186,103); }
td.TdClassName
{
border-color: #DABA67;
}
.TagClassName
{
border-color: #DABA67;
}
</style>