Shades of Tacha #DCBA5A
Tints of Tacha #DCBA5A
RGB
CMYK
RGB Variations
Color information
#DCBA5A (or 0xDCBA5A) is known color: Tacha. HEX triplet: DC, BA and 5A. RGB value is (220,186,90). Sum of RGB (Red+Green+Blue) = 220+186+90=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA5A is #2345A5. Grayscale: #B9B9B9. Windows color (decimal): -2311590 or 5946076. OLE color: 5946076.
HSL color Cylindrical-coordinate representation of color #DCBA5A: hue angle of 44.31º 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 #DCBA5A is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 90 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.14 |
| HSL | 44.31º | 0.65% | 0.61% | - |
| HSV(B) | 44.31º | 0.59% | 0.86% | - |
| XYZ | 48.92 | 51.07 | 16.95 | - |
| YUV | 185.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 90 | 0 | 0.15 | 0.59 | 0.14 | 44.31 | 0.65 | 0.61 |
| Hex | DC | BA | 5A | 0 | F | 3B | E | 2C | 41 | 3D |
| Octal | 334 | 272 | 132 | 0 | 17 | 73 | 16 | 54 | 101 | 75 |
| Binary | 11011100 | 10111010 | 1011010 | 0 | 1111 | 111011 | 1110 | 101100 | 1000001 | 111101 |
Color Harmonies of #DCBA5A
Complementary color
Monochromatic Colors of #DCBA5A
Black with #DCBA5A
Text Example
Text Example
White with #DCBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA5A; }
p { color: rgb(220,186,90); }
H1.HeaderClassName
{
color: #DCBA5A;
}
.AnyTagClassName
{
color: #DCBA5A;
}
</style>
background-color css
<style>
a { background-color: #DCBA5A; }
a { background-color: rgb(220,186,90); }
div.DivClassName
{
background-color: #DCBA5A;
}
.BgClassName
{
background-color: #DCBA5A;
}
</style>
border-color css
<style>
span { border-color: #DCBA5A; }
span { border-color: rgb(220,186,90); }
td.TdClassName
{
border-color: #DCBA5A;
}
.TagClassName
{
border-color: #DCBA5A;
}
</style>