Shades of Tacha #DCBA58
Tints of Tacha #DCBA58
RGB
CMYK
RGB Variations
Color information
#DCBA58 (or 0xDCBA58) is known color: Tacha. HEX triplet: DC, BA and 58. RGB value is (220,186,88). Sum of RGB (Red+Green+Blue) = 220+186+88=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 88 (34.77% from 255 or 17.81% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA58 is #2345A7. Grayscale: #B9B9B9. Windows color (decimal): -2311592 or 5815004. OLE color: 5815004.
HSL color Cylindrical-coordinate representation of color #DCBA58: hue angle of 44.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCBA58 is Cyan = 0, Magento = 0.15, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 88 | - |
| CMYK | 0 | 0.15 | 0.6 | 0.14 |
| HSL | 44.55º | 0.65% | 0.6% | - |
| HSV(B) | 44.55º | 0.6% | 0.86% | - |
| XYZ | 48.84 | 51.04 | 16.51 | - |
| YUV | 184.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 88 | 0 | 0.15 | 0.6 | 0.14 | 44.55 | 0.65 | 0.6 |
| Hex | DC | BA | 58 | 0 | F | 3C | E | 2D | 41 | 3C |
| Octal | 334 | 272 | 130 | 0 | 17 | 74 | 16 | 55 | 101 | 74 |
| Binary | 11011100 | 10111010 | 1011000 | 0 | 1111 | 111100 | 1110 | 101101 | 1000001 | 111100 |
Color Harmonies of #DCBA58
Complementary color
Monochromatic Colors of #DCBA58
Black with #DCBA58
Text Example
Text Example
White with #DCBA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA58; }
p { color: rgb(220,186,88); }
H1.HeaderClassName
{
color: #DCBA58;
}
.AnyTagClassName
{
color: #DCBA58;
}
</style>
background-color css
<style>
a { background-color: #DCBA58; }
a { background-color: rgb(220,186,88); }
div.DivClassName
{
background-color: #DCBA58;
}
.BgClassName
{
background-color: #DCBA58;
}
</style>
border-color css
<style>
span { border-color: #DCBA58; }
span { border-color: rgb(220,186,88); }
td.TdClassName
{
border-color: #DCBA58;
}
.TagClassName
{
border-color: #DCBA58;
}
</style>