Shades of Tacha #DCBC5D
Tints of Tacha #DCBC5D
RGB
CMYK
RGB Variations
Color information
#DCBC5D (or 0xDCBC5D) is known color: Tacha. HEX triplet: DC, BC and 5D. RGB value is (220,188,93). Sum of RGB (Red+Green+Blue) = 220+188+93=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC5D is #2343A2. Grayscale: #BBBBBB. Windows color (decimal): -2311075 or 6143196. OLE color: 6143196.
HSL color Cylindrical-coordinate representation of color #DCBC5D: hue angle of 44.88º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCBC5D is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 93 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.14 |
| HSL | 44.88º | 0.64% | 0.61% | - |
| HSV(B) | 44.88º | 0.58% | 0.86% | - |
| XYZ | 49.47 | 51.97 | 17.78 | - |
| YUV | 186.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 93 | 0 | 0.15 | 0.58 | 0.14 | 44.88 | 0.64 | 0.61 |
| Hex | DC | BC | 5D | 0 | F | 3A | E | 2D | 40 | 3D |
| Octal | 334 | 274 | 135 | 0 | 17 | 72 | 16 | 55 | 100 | 75 |
| Binary | 11011100 | 10111100 | 1011101 | 0 | 1111 | 111010 | 1110 | 101101 | 1000000 | 111101 |
Color Harmonies of #DCBC5D
Complementary color
Monochromatic Colors of #DCBC5D
Black with #DCBC5D
Text Example
Text Example
White with #DCBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC5D; }
p { color: rgb(220,188,93); }
H1.HeaderClassName
{
color: #DCBC5D;
}
.AnyTagClassName
{
color: #DCBC5D;
}
</style>
background-color css
<style>
a { background-color: #DCBC5D; }
a { background-color: rgb(220,188,93); }
div.DivClassName
{
background-color: #DCBC5D;
}
.BgClassName
{
background-color: #DCBC5D;
}
</style>
border-color css
<style>
span { border-color: #DCBC5D; }
span { border-color: rgb(220,188,93); }
td.TdClassName
{
border-color: #DCBC5D;
}
.TagClassName
{
border-color: #DCBC5D;
}
</style>