Shades of Tacha #DCBA5B
Tints of Tacha #DCBA5B
RGB
CMYK
RGB Variations
Color information
#DCBA5B (or 0xDCBA5B) is known color: Tacha. HEX triplet: DC, BA and 5B. RGB value is (220,186,91). Sum of RGB (Red+Green+Blue) = 220+186+91=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA5B is #2345A4. Grayscale: #B9B9B9. Windows color (decimal): -2311589 or 6011612. OLE color: 6011612.
HSL color Cylindrical-coordinate representation of color #DCBA5B: hue angle of 44.19º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCBA5B is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 91 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.14 |
| HSL | 44.19º | 0.65% | 0.61% | - |
| HSV(B) | 44.19º | 0.59% | 0.86% | - |
| XYZ | 48.96 | 51.09 | 17.18 | - |
| YUV | 185.34 | 74.76 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 91 | 0 | 0.15 | 0.59 | 0.14 | 44.19 | 0.65 | 0.61 |
| Hex | DC | BA | 5B | 0 | F | 3B | E | 2C | 41 | 3D |
| Octal | 334 | 272 | 133 | 0 | 17 | 73 | 16 | 54 | 101 | 75 |
| Binary | 11011100 | 10111010 | 1011011 | 0 | 1111 | 111011 | 1110 | 101100 | 1000001 | 111101 |
Color Harmonies of #DCBA5B
Complementary color
Monochromatic Colors of #DCBA5B
Black with #DCBA5B
Text Example
Text Example
White with #DCBA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA5B; }
p { color: rgb(220,186,91); }
H1.HeaderClassName
{
color: #DCBA5B;
}
.AnyTagClassName
{
color: #DCBA5B;
}
</style>
background-color css
<style>
a { background-color: #DCBA5B; }
a { background-color: rgb(220,186,91); }
div.DivClassName
{
background-color: #DCBA5B;
}
.BgClassName
{
background-color: #DCBA5B;
}
</style>
border-color css
<style>
span { border-color: #DCBA5B; }
span { border-color: rgb(220,186,91); }
td.TdClassName
{
border-color: #DCBA5B;
}
.TagClassName
{
border-color: #DCBA5B;
}
</style>