Shades of Tacha #DCBA56
Tints of Tacha #DCBA56
RGB
CMYK
RGB Variations
Color information
#DCBA56 (or 0xDCBA56) is known color: Tacha. HEX triplet: DC, BA and 56. RGB value is (220,186,86). Sum of RGB (Red+Green+Blue) = 220+186+86=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 86 (33.98% from 255 or 17.48% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA56 is #2345A9. Grayscale: #B9B9B9. Windows color (decimal): -2311594 or 5683932. OLE color: 5683932.
HSL color Cylindrical-coordinate representation of color #DCBA56: hue angle of 44.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCBA56 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 86 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.14 |
| HSL | 44.78º | 0.66% | 0.6% | - |
| HSV(B) | 44.78º | 0.61% | 0.86% | - |
| XYZ | 48.75 | 51.01 | 16.08 | - |
| YUV | 184.77 | 72.26 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 86 | 0 | 0.15 | 0.61 | 0.14 | 44.78 | 0.66 | 0.6 |
| Hex | DC | BA | 56 | 0 | F | 3D | E | 2D | 42 | 3C |
| Octal | 334 | 272 | 126 | 0 | 17 | 75 | 16 | 55 | 102 | 74 |
| Binary | 11011100 | 10111010 | 1010110 | 0 | 1111 | 111101 | 1110 | 101101 | 1000010 | 111100 |
Color Harmonies of #DCBA56
Complementary color
Monochromatic Colors of #DCBA56
Black with #DCBA56
Text Example
Text Example
White with #DCBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA56; }
p { color: rgb(220,186,86); }
H1.HeaderClassName
{
color: #DCBA56;
}
.AnyTagClassName
{
color: #DCBA56;
}
</style>
background-color css
<style>
a { background-color: #DCBA56; }
a { background-color: rgb(220,186,86); }
div.DivClassName
{
background-color: #DCBA56;
}
.BgClassName
{
background-color: #DCBA56;
}
</style>
border-color css
<style>
span { border-color: #DCBA56; }
span { border-color: rgb(220,186,86); }
td.TdClassName
{
border-color: #DCBA56;
}
.TagClassName
{
border-color: #DCBA56;
}
</style>