Shades of Tacha #DABA5F
Tints of Tacha #DABA5F
RGB
CMYK
RGB Variations
Color information
#DABA5F (or 0xDABA5F) is known color: Tacha. HEX triplet: DA, BA and 5F. RGB value is (218,186,95). Sum of RGB (Red+Green+Blue) = 218+186+95=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA5F is #2545A0. Grayscale: #B9B9B9. Windows color (decimal): -2442657 or 6273754. OLE color: 6273754.
HSL color Cylindrical-coordinate representation of color #DABA5F: hue angle of 44.39º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DABA5F is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 95 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.15 |
| HSL | 44.39º | 0.62% | 0.61% | - |
| HSV(B) | 44.39º | 0.56% | 0.85% | - |
| XYZ | 48.54 | 50.85 | 18.08 | - |
| YUV | 185.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 95 | 0 | 0.15 | 0.56 | 0.15 | 44.39 | 0.62 | 0.61 |
| Hex | DA | BA | 5F | 0 | F | 38 | F | 2C | 3E | 3D |
| Octal | 332 | 272 | 137 | 0 | 17 | 70 | 17 | 54 | 76 | 75 |
| Binary | 11011010 | 10111010 | 1011111 | 0 | 1111 | 111000 | 1111 | 101100 | 111110 | 111101 |
Color Harmonies of #DABA5F
Complementary color
Monochromatic Colors of #DABA5F
Black with #DABA5F
Text Example
Text Example
White with #DABA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA5F; }
p { color: rgb(218,186,95); }
H1.HeaderClassName
{
color: #DABA5F;
}
.AnyTagClassName
{
color: #DABA5F;
}
</style>
background-color css
<style>
a { background-color: #DABA5F; }
a { background-color: rgb(218,186,95); }
div.DivClassName
{
background-color: #DABA5F;
}
.BgClassName
{
background-color: #DABA5F;
}
</style>
border-color css
<style>
span { border-color: #DABA5F; }
span { border-color: rgb(218,186,95); }
td.TdClassName
{
border-color: #DABA5F;
}
.TagClassName
{
border-color: #DABA5F;
}
</style>