Shades of Tacha #DABA5B
Tints of Tacha #DABA5B
RGB
CMYK
RGB Variations
Color information
#DABA5B (or 0xDABA5B) is known color: Tacha. HEX triplet: DA, BA and 5B. RGB value is (218,186,91). Sum of RGB (Red+Green+Blue) = 218+186+91=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA5B is #2545A4. Grayscale: #B9B9B9. Windows color (decimal): -2442661 or 6011610. OLE color: 6011610.
HSL color Cylindrical-coordinate representation of color #DABA5B: hue angle of 44.88º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DABA5B is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 91 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.15 |
| HSL | 44.88º | 0.63% | 0.61% | - |
| HSV(B) | 44.88º | 0.58% | 0.85% | - |
| XYZ | 48.36 | 50.78 | 17.15 | - |
| YUV | 184.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 91 | 0 | 0.15 | 0.58 | 0.15 | 44.88 | 0.63 | 0.61 |
| Hex | DA | BA | 5B | 0 | F | 3A | F | 2D | 3F | 3D |
| Octal | 332 | 272 | 133 | 0 | 17 | 72 | 17 | 55 | 77 | 75 |
| Binary | 11011010 | 10111010 | 1011011 | 0 | 1111 | 111010 | 1111 | 101101 | 111111 | 111101 |
Color Harmonies of #DABA5B
Complementary color
Monochromatic Colors of #DABA5B
Black with #DABA5B
Text Example
Text Example
White with #DABA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA5B; }
p { color: rgb(218,186,91); }
H1.HeaderClassName
{
color: #DABA5B;
}
.AnyTagClassName
{
color: #DABA5B;
}
</style>
background-color css
<style>
a { background-color: #DABA5B; }
a { background-color: rgb(218,186,91); }
div.DivClassName
{
background-color: #DABA5B;
}
.BgClassName
{
background-color: #DABA5B;
}
</style>
border-color css
<style>
span { border-color: #DABA5B; }
span { border-color: rgb(218,186,91); }
td.TdClassName
{
border-color: #DABA5B;
}
.TagClassName
{
border-color: #DABA5B;
}
</style>