Shades of Tacha #DABA5C
Tints of Tacha #DABA5C
RGB
CMYK
RGB Variations
Color information
#DABA5C (or 0xDABA5C) is known color: Tacha. HEX triplet: DA, BA and 5C. RGB value is (218,186,92). Sum of RGB (Red+Green+Blue) = 218+186+92=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA5C is #2545A3. Grayscale: #B9B9B9. Windows color (decimal): -2442660 or 6077146. OLE color: 6077146.
HSL color Cylindrical-coordinate representation of color #DABA5C: hue angle of 44.76º 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 #DABA5C is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 92 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.15 |
| HSL | 44.76º | 0.63% | 0.61% | - |
| HSV(B) | 44.76º | 0.58% | 0.85% | - |
| XYZ | 48.4 | 50.8 | 17.38 | - |
| YUV | 184.85 | 75.6 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 92 | 0 | 0.15 | 0.58 | 0.15 | 44.76 | 0.63 | 0.61 |
| Hex | DA | BA | 5C | 0 | F | 3A | F | 2D | 3F | 3D |
| Octal | 332 | 272 | 134 | 0 | 17 | 72 | 17 | 55 | 77 | 75 |
| Binary | 11011010 | 10111010 | 1011100 | 0 | 1111 | 111010 | 1111 | 101101 | 111111 | 111101 |
Color Harmonies of #DABA5C
Complementary color
Monochromatic Colors of #DABA5C
Black with #DABA5C
Text Example
Text Example
White with #DABA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA5C; }
p { color: rgb(218,186,92); }
H1.HeaderClassName
{
color: #DABA5C;
}
.AnyTagClassName
{
color: #DABA5C;
}
</style>
background-color css
<style>
a { background-color: #DABA5C; }
a { background-color: rgb(218,186,92); }
div.DivClassName
{
background-color: #DABA5C;
}
.BgClassName
{
background-color: #DABA5C;
}
</style>
border-color css
<style>
span { border-color: #DABA5C; }
span { border-color: rgb(218,186,92); }
td.TdClassName
{
border-color: #DABA5C;
}
.TagClassName
{
border-color: #DABA5C;
}
</style>